Skip to content

Commit 042f7aa

Browse files
committed
wip
1 parent 75e4031 commit 042f7aa

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 --build=cascade -of build .
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 --build=never .
6060
- name: meson
6161
run: |
6262
.\build\conanbuild.ps1

0 commit comments

Comments
 (0)