We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75e4031 commit 042f7aaCopy full SHA for 042f7aa
1 file changed
.github/workflows/aravis-msvc.yml
@@ -56,7 +56,7 @@ jobs:
56
run: |
57
$Env:INPUT_CONANFILE | Out-File -FilePath ${{ github.workspace }}\conanfile.txt -Encoding utf8
58
conan profile detect --force
59
- conan install -s:h os="Windows" -s:h compiler="msvc" -s:h compiler.version=193 -s:h compiler.runtime=dynamic -s:h compiler.runtime_type=${{ matrix.build_type_conan }} -s:h arch=${{ matrix.arch }} -s:h build_type=${{ matrix.build_type_conan }} --build=missing --build=cascade -of build .
+ conan install -s:h os="Windows" -s:h compiler="msvc" -s:h compiler.version=193 -s:h compiler.runtime=dynamic -s:h compiler.runtime_type=${{ matrix.build_type_conan }} -s:h arch=${{ matrix.arch }} -s:h build_type=${{ matrix.build_type_conan }} --build=missing --build=cascade -of build --build=never .
60
- name: meson
61
62
.\build\conanbuild.ps1
0 commit comments