From 8b23837fdee69264e5bf0646b31d0f15a772a1d1 Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Sun, 6 Jun 2021 17:42:55 -0700 Subject: [PATCH] Adjusting github workflows. --- .github/workflows/build-win-10.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-win-10.yml b/.github/workflows/build-win-10.yml index 61f3ffb..05503f6 100644 --- a/.github/workflows/build-win-10.yml +++ b/.github/workflows/build-win-10.yml @@ -4,6 +4,7 @@ jobs: build: runs-on: windows-latest steps: + - name: install conan run: | pip install --upgrade conan @@ -63,12 +64,12 @@ jobs: - name: Conan install run: | - conan install . -i build -s build_type=Release -s compiler="Visual Studio" -s compiler.version=15 --build fmt --build boost_system --build boost_filesystem --build libiconv --build=libxml2 --build=zlib + conan install .. -i build -s build_type=Release -s compiler="Visual Studio" -s compiler.version=15 --build fmt --build boost_system --build boost_filesystem --build libiconv --build=libxml2 --build=zlib shell: cmd - name: Conan build run: | - conan build -bf build . + conan build -bf build .. shell: cmd - name: Move build