diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-07-23 12:56:59 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-07-23 12:56:59 (GMT) |
commit | 26e85acdf6fefe060ab6712085ddffab2b6102c3 (patch) | |
tree | 1d4d3c95ba567005963a3f65a44241f6e6c5467b /.github | |
parent | 5f3d9845e8d3e2e15ec2f6c0f5403f51f3c3985b (diff) | |
parent | f107311e0a841c8971f748594a6e0bd179a2e436 (diff) | |
download | tcl-26e85acdf6fefe060ab6712085ddffab2b6102c3.zip tcl-26e85acdf6fefe060ab6712085ddffab2b6102c3.tar.gz tcl-26e85acdf6fefe060ab6712085ddffab2b6102c3.tar.bz2 |
Merge 8.7
Diffstat (limited to '.github')
-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 |