Skip to content

Commit

Permalink
Temporarily pin the cygwin version
Browse files Browse the repository at this point in the history
It seems that 3.5.5 has some hang problems which often manifest during
the symbol stripping phase of a package build.
  • Loading branch information
jon-turney committed Jan 8, 2025
1 parent c0e0a0b commit 176970a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: cygwin/cygwin-install-action@master
with:
platform: ${{ inputs.pkgarch }}
packages: cygport,git,lzip,python3
packages: cygport,git,lzip,python3,cygwin=3.5.4-1

- name: Start cygserver
run: |
Expand Down

0 comments on commit 176970a

Please sign in to comment.