Skip to content

Commit 8e867fc

Browse files
committed
actually have the correct cpp_std in meson CI
1 parent 05f0048 commit 8e867fc

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 -Dstd_cpp=c++17 ${{ matrix.setupExtras }} build
52+
run: meson setup -Dcpp_std=c++17 ${{ matrix.setupExtras }} build
5353

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

0 commit comments

Comments
 (0)