Skip to content

Commit b627c18

Browse files
committed
fix
1 parent 4b292d3 commit b627c18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows-msvc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
run: |
3636
pip install conan
3737
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
38+
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
3939
4040
- name: Create Build Environment & Configure Cmake
4141
shell: bash

0 commit comments

Comments
 (0)