Skip to content

Commit a5c37b7

Browse files
committed
ci: use C++14+
1 parent 64a7499 commit a5c37b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v1
3434

3535
- name: Configure
36-
run: cmake -DCMAKE_VERBOSE_MAKEFILE=ON -G "MinGW Makefiles" -S . -B build
36+
run: cmake -DCMAKE_VERBOSE_MAKEFILE=ON -G "MinGW Makefiles" -DCMAKE_CXX_STANDARD=14 -S . -B build
3737

3838
- name: Build
3939
run: cmake --build build -j 2

0 commit comments

Comments
 (0)