diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-07-16 13:57:56 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-07-16 13:57:56 (GMT) |
commit | b91a3f0f691699de82d3375efce84e7666ac4135 (patch) | |
tree | 087e284a41c2ee22b6874b53acdd61460d226a22 /.github | |
parent | 99b414dc4f744477535b71bbcaf8579d832770ee (diff) | |
download | tk-b91a3f0f691699de82d3375efce84e7666ac4135.zip tk-b91a3f0f691699de82d3375efce84e7666ac4135.tar.gz tk-b91a3f0f691699de82d3375efce84e7666ac4135.tar.bz2 |
Use msys2 shell in msys environment
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/win-build.yml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml index cf4e2bf..442bb1b 100644 --- a/.github/workflows/win-build.yml +++ b/.github/workflows/win-build.yml @@ -7,7 +7,7 @@ jobs: runs-on: windows-2019 defaults: run: - shell: bash + shell: msys2 {0} working-directory: win strategy: matrix: @@ -15,8 +15,9 @@ jobs: - "no" - "mem" - "all" - # Using powershell means we need to explicitly stop on failure steps: + - name: Install MSYS2 + uses: msys2/setup-msys2@v2 - name: Checkout uses: actions/checkout@v2 - name: Checkout @@ -25,8 +26,6 @@ jobs: repository: tcltk/tcl ref: core-8-5-branch path: tcl - - name: Install MSYS2 - uses: msys2/setup-msys2@v2 - name: Prepare run: | touch tkStubInit.c |