File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments