Skip to content

Commit

Permalink
Set compiler.cppstd=17 on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
hedtke committed Aug 10, 2023
1 parent 310bef8 commit 5bf0534
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
- name: Run Conan Install
run: |
conan profile detect
powershell -Command "(gc $(conan profile path default)) -replace 'compiler.cppstd=14', 'compiler.cppstd=17' | Out-File -encoding ASCII $(conan profile path default)"
conan install -of . -o with_tests=True .
- name: Run CMake
run: cmake --preset conan-default .
Expand Down

0 comments on commit 5bf0534

Please sign in to comment.