Skip to content

Commit

Permalink
Default shell
Browse files Browse the repository at this point in the history
  • Loading branch information
AxVultis committed Feb 12, 2025
1 parent 1962c96 commit 90386f6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,12 @@ jobs:
build-mingw:
name: MinGW
runs-on: windows-2022
defaults:
run:
shell: msys2 {0}
steps:
- uses: actions/checkout@master

- uses: msys2/setup-msys2@v2
with:
update: true
Expand All @@ -109,8 +114,6 @@ jobs:
mingw-w64-x86_64-toolchain
mingw-w64-x86_64-cmake
- uses: actions/checkout@master

- name: Install dependencies
run: |
pacman -U https://repo.msys2.org/mingw/mingw64/mingw-w64-x86_64-boost-1.85.0-4-any.pkg.tar.zst
Expand Down

0 comments on commit 90386f6

Please sign in to comment.