Skip to content

Commit

Permalink
CI: use latest released version of Cygwin install action
Browse files Browse the repository at this point in the history
Using the master branch exposed us to transient breakage as the action
was developed.
  • Loading branch information
tpwrules authored and tridge committed Jan 7, 2025
1 parent 6c847a2 commit f3e610c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cygwin_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ jobs:
NAME_DASHED=${WORKFLOWNAME//+( )/_}
echo "cache-key=${NAME_DASHED}" >> $GITHUB_OUTPUT
- uses: cygwin/cygwin-install-action@master
- uses: cygwin/cygwin-install-action@v5
with:
packages: cygwin64 gcc-g++=10.2.0-1 ccache python37 python37-future python37-lxml python37-pip python37-setuptools python37-wheel git procps gettext
add-to-path: false
Expand Down

0 comments on commit f3e610c

Please sign in to comment.