summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-07-23 12:52:16 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-07-23 12:52:16 (GMT)
commitf107311e0a841c8971f748594a6e0bd179a2e436 (patch)
tree2c56e4c9ceb05299a55a7f2e0ee899ccd102d8ff /.github
parent95e8a2b516897e961eabd87f446bd182d05d3455 (diff)
parent8c30acc36fed3f439b789ea9f0bb24c157a5a078 (diff)
downloadtcl-f107311e0a841c8971f748594a6e0bd179a2e436.zip
tcl-f107311e0a841c8971f748594a6e0bd179a2e436.tar.gz
tcl-f107311e0a841c8971f748594a6e0bd179a2e436.tar.bz2
Use mingw-w64-ucrt-x86_64 toolchain for onfiledist build (starting with 8.7, since it needs Vista+)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/onefiledist.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/onefiledist.yml b/.github/workflows/onefiledist.yml
index 42d0fac..b6b3614 100644
--- a/.github/workflows/onefiledist.yml
+++ b/.github/workflows/onefiledist.yml
@@ -111,8 +111,8 @@ jobs:
- name: Install MSYS2
uses: msys2/setup-msys2@v2
with:
- msystem: MINGW64
- install: git mingw-w64-x86_64-toolchain make zip
+ msystem: UCRT64
+ install: git mingw-w64-ucrt-x86_64-toolchain make zip
- name: Checkout
uses: actions/checkout@v2
- name: Prepare