CI: use latest released version of Cygwin install action

Using the master branch exposed us to transient breakage as the action
was developed.
This commit is contained in:
Thomas Watson 2025-01-06 10:13:19 -06:00 committed by Andrew Tridgell
parent 6c847a2611
commit f3e610cdd8

View File

@ -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