diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-07-16 12:01:21 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-07-16 12:01:21 (GMT) |
commit | 99b414dc4f744477535b71bbcaf8579d832770ee (patch) | |
tree | bca479f59f0424ab3d07fc80a48a3ba8cb103cd9 /.github | |
parent | 5ede6b1a0a14c0e48b7962c46b01b613b4dc4e04 (diff) | |
download | tk-99b414dc4f744477535b71bbcaf8579d832770ee.zip tk-99b414dc4f744477535b71bbcaf8579d832770ee.tar.gz tk-99b414dc4f744477535b71bbcaf8579d832770ee.tar.bz2 |
Install Msys2 the same way as Tcl does
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 01fb4bf..cf4e2bf 100644 --- a/.github/workflows/win-build.yml +++ b/.github/workflows/win-build.yml @@ -25,8 +25,8 @@ jobs: repository: tcltk/tcl ref: core-8-5-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 |