diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-04-14 06:43:44 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-04-14 06:43:44 (GMT) |
commit | 50662333095dd48eedd359546f61781f530830de (patch) | |
tree | 67904cbccf776c5c1cd85ac1b63af545db0bbb5e /.github | |
parent | 35eccf199b9c2e60dd0276c1874d5592a95ce6cd (diff) | |
parent | 947765ea8e861dc97a9be4ad0ccbe48711bd6336 (diff) | |
download | tcl-50662333095dd48eedd359546f61781f530830de.zip tcl-50662333095dd48eedd359546f61781f530830de.tar.gz tcl-50662333095dd48eedd359546f61781f530830de.tar.bz2 |
Merge 8.7
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/win-build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml index e3c991e..5b1b144 100644 --- a/.github/workflows/win-build.yml +++ b/.github/workflows/win-build.yml @@ -64,7 +64,7 @@ jobs: uses: msys2/setup-msys2@v2 with: msystem: MINGW64 - install: git mingw-w64-x86_64-toolchain make + install: git mingw-w64-x86_64-toolchain make zip - name: Checkout uses: actions/checkout@v2 - name: Prepare |