Skip to content

Commit 672ecdb

Browse files
committed
wip
1 parent 94a8c8b commit 672ecdb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/aravis-msvc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: |
5757
$Env:INPUT_CONANFILE | Out-File -FilePath ${{ github.workspace }}\conanfile.txt -Encoding utf8
5858
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
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=never -of build .
6060
- name: meson
6161
run: |
6262
.\build\conanbuild.ps1

0 commit comments

Comments
 (0)