Skip to content

Commit

Permalink
gh / autotools / cygwin: use a fork of CygWin installation repo.
Browse files Browse the repository at this point in the history
The original stopped working, it tries to install chocolatey 1.1.0
due to some bug (explained there in the comment), but that bug
seems fixed (according to:
chocolatey/choco#2953).
So using action with disabled downgrading chocolatey.
  • Loading branch information
t-w committed Mar 9, 2024
1 parent 35a7bac commit e11dc42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/autotools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ jobs:
SHELLOPTS: igncr
steps:
- uses: actions/checkout@v3
- uses: egor-tensin/setup-cygwin@v4
# - uses: egor-tensin/setup-cygwin@v4
- uses: t-w/setup-cygwin@v4bugfix
with:
packages: autoconf automake check diffutils findutils gcc-core grep gzip libtool make sed tar
- name: autogen
Expand Down

0 comments on commit e11dc42

Please sign in to comment.