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 28fa0ea commit 827fab3Copy full SHA for 827fab3
.github/workflows/windows-msvc.yml
@@ -37,7 +37,7 @@ jobs:
37
run: |
38
pip install conan
39
conan profile detect --force
40
- conan install .. --output-folder=. --build=missing --settings=build_type=${{matrix.build-type}} --settings=compiler="msvc" --settings=compiler.version=193
+ conan install .. --output-folder=. --build=missing --settings=build_type=${{matrix.build-type}} --settings=compiler="msvc"
41
42
- name: Create Build Environment & Configure Cmake
43
shell: bash
0 commit comments