File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 6868 Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1
6969 refreshenv
7070 conan profile detect
71- conan install . --output-folder=build --build=missing -o "&:shared=false "
71+ conan install . --output-folder=build-conan --build=missing -o "&:shared=False "
7272 cmake . --preset conan-default
7373 cmake --build --preset=conan-release
7474 env :
Original file line number Diff line number Diff line change 6363 Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1
6464 refreshenv
6565 conan profile detect
66- conan create . `
67- --build=missing `
68- -o "&:shared=False"
66+ conan install . --output-folder=build-conan --build=missing -o "&:shared=False"
67+ cmake . --preset conan-default
68+ cmake --build --preset=conan-release
6969 env :
7070 CONAN_USER_HOME : c:/cache
7171 CONAN_USER_HOME_SHORT : c:/cache/conan_shortpaths
7878
7979 - name : Copy
8080 run : |
81- cmake --install build --prefix builds/viam-cpp-sdk-${{ matrix.platform }}
81+ cmake --install build-conan/build --prefix builds/viam-cpp-sdk-${{ matrix.platform }}
8282
8383 - name : Create tar
8484 run : |
You can’t perform that action at this time.
0 commit comments