From a374812a3204789a47d8ba420fd1f192068ce539 Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Sun, 6 Jun 2021 20:01:31 -0700 Subject: [PATCH] Revert "Maybe conan is installed." This reverts commit 23ef8fcce9b3aea608f07e433f1e5ff387efc36c. --- .github/workflows/build-win-10.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build-win-10.yml b/.github/workflows/build-win-10.yml index 8a413d5..e6445f5 100644 --- a/.github/workflows/build-win-10.yml +++ b/.github/workflows/build-win-10.yml @@ -7,6 +7,11 @@ jobs: - name: Checkout uses: actions/checkout@v2 + - name: Install conan + run: | + pip install --upgrade conan + shell: bash + - name: Setup conan profile run: | conan profile new default --detect