File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 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
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}
You can’t perform that action at this time.
0 commit comments