Skip to content

Commit 8b23837

Browse files
committed
Adjusting github workflows.
1 parent 29e13a8 commit 8b23837

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-win-10.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ jobs:
44
build:
55
runs-on: windows-latest
66
steps:
7+
78
- name: install conan
89
run: |
910
pip install --upgrade conan
@@ -63,12 +64,12 @@ jobs:
6364

6465
- name: Conan install
6566
run: |
66-
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
67+
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
6768
shell: cmd
6869

6970
- name: Conan build
7071
run: |
71-
conan build -bf build .
72+
conan build -bf build ..
7273
shell: cmd
7374

7475
- name: Move build

0 commit comments

Comments
 (0)