File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
target_data/Cpp/cppDesktop/.github/workflows Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 50
50
pipx install ninja
51
51
- name: default - setup the project
52
52
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
54
54
- name: default - compile the project
55
55
if: ${{ !matrix.useMsys }}
56
56
run: meson compile -C build
71
71
- name: msys2 - setup the project
72
72
if: ${{ matrix.useMsys }}
73
73
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
75
75
- name: msys2 - compile the project
76
76
if: ${{ matrix.useMsys }}
77
77
shell: msys2 {0}
You can’t perform that action at this time.
0 commit comments