From d564db920471e9c8d2e05b768b43b7ea0d71f316 Mon Sep 17 00:00:00 2001 From: Lyuma Date: Sat, 26 Mar 2022 18:07:04 -0700 Subject: [PATCH] attempt to fix conan --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d4b445a..41a1743 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ concurrency: jobs: build-win-10: - runs-on: windows-latest + runs-on: windows-2019 steps: - name: Checkout uses: actions/checkout@v2 @@ -61,7 +61,7 @@ jobs: - name: Conan install run: | - conan install . -i build -s build_type=Release -s compiler="Visual Studio" + conan install . --build=missing -i build -s build_type=Release -s compiler="Visual Studio" shell: cmd - name: Conan build