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 94a8c8b commit 672ecdbCopy full SHA for 672ecdb
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 -of build . -c tools.graph:build_mode=never
+ 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=never -of build .
60
- name: meson
61
62
.\build\conanbuild.ps1
0 commit comments