diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-07-16 12:29:23 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-07-16 12:29:23 (GMT) |
commit | 280463dabe0ab7864fb5af6cd1d736c1d69ba98c (patch) | |
tree | 0bba9dfa0ec0e384e53654367f61e8c8e80b2139 /.github | |
parent | 2463415bf1ce0c5b9072b729353e8659cc3a8fe8 (diff) | |
parent | 99b414dc4f744477535b71bbcaf8579d832770ee (diff) | |
download | tk-280463dabe0ab7864fb5af6cd1d736c1d69ba98c.zip tk-280463dabe0ab7864fb5af6cd1d736c1d69ba98c.tar.gz tk-280463dabe0ab7864fb5af6cd1d736c1d69ba98c.tar.bz2 |
Merge 8.5
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/win-build.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/win-build.yml b/.github/workflows/win-build.yml index 2f0b328..8751e11 100644 --- a/.github/workflows/win-build.yml +++ b/.github/workflows/win-build.yml @@ -105,8 +105,8 @@ jobs: repository: tcltk/tcl ref: core-8-6-branch path: tcl - - name: Install MSYS2, Make - run: choco install -y msys2 make + - name: Install MSYS2 + uses: msys2/setup-msys2@v2 - name: Prepare run: | touch tkStubInit.c |