Skip to content

Commit

Permalink
fixed MSVC CI test (added C++17 flag)
Browse files Browse the repository at this point in the history
  • Loading branch information
skramm committed Apr 20, 2024
1 parent 67e7253 commit ef41347
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/msvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
with:
arch: x64
- name: run msvc single file
run: cl /EHsc misc/test_files/single_file.cpp
run: cl /EHsc /std:c++17 misc/test_files/single_file.cpp
- name: run msvc multiple files
run: cl /EHsc misc/test_files/test_multiple.cpp misc/test_files/mylib.cpp
run: cl /EHsc /std:c++17 misc/test_files/test_multiple.cpp misc/test_files/mylib.cpp

0 comments on commit ef41347

Please sign in to comment.