summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-07-21 08:19:39 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-07-21 08:19:39 (GMT)
commit8c30acc36fed3f439b789ea9f0bb24c157a5a078 (patch)
tree2976894160d3f21c2ac4b668a4fb1ec68891b643 /.github
parent6cc9524fbbe316cd78104df6eb7929ea58c064aa (diff)
downloadtcl-8c30acc36fed3f439b789ea9f0bb24c157a5a078.zip
tcl-8c30acc36fed3f439b789ea9f0bb24c157a5a078.tar.gz
tcl-8c30acc36fed3f439b789ea9f0bb24c157a5a078.tar.bz2
Experiment: build onefiledist using the (experimental) UCRT64 mingw-w64 environment
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