Skip to content

Commit

Permalink
CI (Windows): set msys2 {0} as the default shell for all Windows st…
Browse files Browse the repository at this point in the history
…eps (#247)
  • Loading branch information
DilumAluthge authored Sep 9, 2021
1 parent b48a2f7 commit f88e52a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
- { sys: mingw32, env: i686 }
- { sys: ucrt64, env: ucrt-x86_64 } # Experimental!
- { sys: clang64, env: clang-x86_64 } # Experimental!
defaults:
run:
shell: msys2 {0}
steps:
- uses: actions/checkout@v2
- name: Set up the desired MSYS2 environment
Expand All @@ -38,6 +41,4 @@ jobs:
msystem: ${{matrix.sys}}
install: base-devel mingw-w64-${{matrix.env}}-toolchain
- run: make
shell: msys2 {0}
- run: make test
shell: msys2 {0}

0 comments on commit f88e52a

Please sign in to comment.