diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-07-21 08:19:39 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-07-21 08:19:39 (GMT) |
commit | 8c30acc36fed3f439b789ea9f0bb24c157a5a078 (patch) | |
tree | 2976894160d3f21c2ac4b668a4fb1ec68891b643 | |
parent | 6cc9524fbbe316cd78104df6eb7929ea58c064aa (diff) | |
download | tcl-8c30acc36fed3f439b789ea9f0bb24c157a5a078.zip tcl-8c30acc36fed3f439b789ea9f0bb24c157a5a078.tar.gz tcl-8c30acc36fed3f439b789ea9f0bb24c157a5a078.tar.bz2 |
Experiment: build onefiledist using the (experimental) UCRT64 mingw-w64 environment
-rw-r--r-- | .github/workflows/onefiledist.yml | 4 |
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 |