We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b292d3 commit b627c18Copy full SHA for b627c18
.github/workflows/windows-msvc.yml
@@ -35,7 +35,7 @@ jobs:
35
run: |
36
pip install conan
37
conan profile detect --force
38
- conan install .. --output-folder=. --build=missing --settings=build_type=${{matrix.build-type}} --settings=compiler="msvc" --options=tls_provider=${{matrix.tls-provider}} -s cppstd=20
+ conan install .. --output-folder=. --build=missing --settings=build_type=${{matrix.build-type}} --settings=compiler="msvc" --options=tls_provider=${{matrix.tls-provider}} -s compiler.cppstd=20
39
40
- name: Create Build Environment & Configure Cmake
41
shell: bash
0 commit comments