Skip to content

Commit 64427ed

Browse files
committed
update the desktopCpp release CI
1 parent 8e867fc commit 64427ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

target_data/Cpp/cppDesktop/.github/workflows/meson_release.yaml.template

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)