Skip to content

Commit

Permalink
github CI: make msys2 shell the default
Browse files Browse the repository at this point in the history
Reduces verbosity when installing packages.

Signed-off-by: Rosen Penev <[email protected]>
  • Loading branch information
neheb committed Aug 8, 2023
1 parent 9e42c6a commit 0831c81
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/on_PR_meson.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,9 @@ jobs:
matrix:
deps: ['enabled', 'disabled']
platform: ['UCRT64', 'CLANG32', 'CLANG64']
defaults:
run:
shell: msys2 {0}
steps:
- uses: actions/checkout@v3

Expand All @@ -100,7 +103,6 @@ jobs:
pkgconf:p
- name: Compile and Test
shell: msys2 {0}
run: |
meson setup "${{github.workspace}}/build" -Dauto_features=${{matrix.deps}} -Dwarning_level=3 -Dcpp_std=c++20
meson compile -C "${{github.workspace}}/build" --verbose
Expand Down

0 comments on commit 0831c81

Please sign in to comment.