Skip to content

Commit c5e0ec9

Browse files
committed
Update main to output generated at 64427ed
1 parent 4ae09af commit c5e0ec9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/meson_release.yaml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
pipx install ninja
5151
- name: default - setup the project
5252
if: ${{ !matrix.useMsys }}
53-
run: meson setup ${{ matrix.setupExtras }} -Ddefault_library=${{ matrix.buildType }} build
53+
run: meson setup -Dcpp_std=c++17 ${{ matrix.setupExtras }} -Ddefault_library=${{ matrix.buildType }} build
5454
- name: default - compile the project
5555
if: ${{ !matrix.useMsys }}
5656
run: meson compile -C build
@@ -71,7 +71,7 @@ jobs:
7171
- name: msys2 - setup the project
7272
if: ${{ matrix.useMsys }}
7373
shell: msys2 {0}
74-
run: meson setup ${{ matrix.setupExtras }} -Ddefault_library=${{ matrix.buildType }} build
74+
run: meson setup -Dcpp_std=c++17 ${{ matrix.setupExtras }} -Ddefault_library=${{ matrix.buildType }} build
7575
- name: msys2 - compile the project
7676
if: ${{ matrix.useMsys }}
7777
shell: msys2 {0}

0 commit comments

Comments
 (0)