github CI: make msys2 shell the default

Reduces verbosity when installing packages.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
main
Rosen Penev 2 years ago
parent 9e42c6a345
commit 0831c81861

@ -83,6 +83,9 @@ jobs:
matrix: matrix:
deps: ['enabled', 'disabled'] deps: ['enabled', 'disabled']
platform: ['UCRT64', 'CLANG32', 'CLANG64'] platform: ['UCRT64', 'CLANG32', 'CLANG64']
defaults:
run:
shell: msys2 {0}
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
@ -100,7 +103,6 @@ jobs:
pkgconf:p pkgconf:p
- name: Compile and Test - name: Compile and Test
shell: msys2 {0}
run: | run: |
meson setup "${{github.workspace}}/build" -Dauto_features=${{matrix.deps}} -Dwarning_level=3 -Dcpp_std=c++20 meson setup "${{github.workspace}}/build" -Dauto_features=${{matrix.deps}} -Dwarning_level=3 -Dcpp_std=c++20
meson compile -C "${{github.workspace}}/build" --verbose meson compile -C "${{github.workspace}}/build" --verbose

Loading…
Cancel
Save