Skip to content

Commit f88b727

Browse files
committed
Force cppstd to 17, conan profile detect uses 14
1 parent f858b08 commit f88b727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake_windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: conan profile detect
3434

3535
- name: Install conan dependencies
36-
run: conan install conanfile.py -s build_type=${{env.BUILD_TYPE}} --build=missing
36+
run: conan install conanfile.py -s build_type=${{env.BUILD_TYPE}} --build=missing --settings:host compiler.cppstd=17
3737

3838
- name: Normalize build type
3939
shell: bash

0 commit comments

Comments
 (0)