Skip to content

Commit 05f0048

Browse files
committed
specify cpp_std in meson CI build
1 parent 7e91e51 commit 05f0048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/meson.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: setup the project - default
5151
working-directory: output
52-
run: meson setup ${{ matrix.setupExtras }} build
52+
run: meson setup -Dstd_cpp=c++17 ${{ matrix.setupExtras }} build
5353

5454
- name: compile the project - default
5555
working-directory: output

0 commit comments

Comments
 (0)