mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-25 10:08:28 -04:00
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:
parent
6c847a2611
commit
f3e610cdd8
2
.github/workflows/cygwin_build.yml
vendored
2
.github/workflows/cygwin_build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user