Skip to content

Commit 827fab3

Browse files
committed
unset compiler version
1 parent 28fa0ea commit 827fab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows-msvc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
pip install conan
3939
conan profile detect --force
40-
conan install .. --output-folder=. --build=missing --settings=build_type=${{matrix.build-type}} --settings=compiler="msvc" --settings=compiler.version=193
40+
conan install .. --output-folder=. --build=missing --settings=build_type=${{matrix.build-type}} --settings=compiler="msvc"
4141
4242
- name: Create Build Environment & Configure Cmake
4343
shell: bash

0 commit comments

Comments
 (0)