summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-07-20 15:19:46 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-07-20 15:19:46 (GMT)
commit28a890e0a7c28c69025c481cf1687bff6a3dcbb9 (patch)
tree723ecb41d22dd9a8fc7c42db62470df00571de92 /.github
parentcb1aab3fb8e924d79b685f352049f73cdb185baf (diff)
parentfaddfd9d6fa67962d5a02a743d4455835b989b5f (diff)
downloadtk-28a890e0a7c28c69025c481cf1687bff6a3dcbb9.zip
tk-28a890e0a7c28c69025c481cf1687bff6a3dcbb9.tar.gz
tk-28a890e0a7c28c69025c481cf1687bff6a3dcbb9.tar.bz2
Merge 8.5
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/win-build.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml
index 8d70bc9..70de8f8 100644
--- a/.github/workflows/win-build.yml
+++ b/.github/workflows/win-build.yml
@@ -87,7 +87,7 @@ jobs:
runs-on: windows-2019
defaults:
run:
- shell: bash
+ shell: msys2 {0}
working-directory: win
strategy:
matrix:
@@ -98,6 +98,9 @@ jobs:
steps:
- name: Install MSYS2
uses: msys2/setup-msys2@v2
+ with:
+ msystem: MINGW64
+ install: git mingw-w64-x86_64-toolchain make
- name: Checkout
uses: actions/checkout@v2
- name: Checkout