mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-07 08:23:56 -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
125b54e9b9
commit
036d46eaaf
2
.github/workflows/cygwin_build.yml
vendored
2
.github/workflows/cygwin_build.yml
vendored
@ -156,7 +156,7 @@ jobs:
|
|||||||
NAME_DASHED=${WORKFLOWNAME//+( )/_}
|
NAME_DASHED=${WORKFLOWNAME//+( )/_}
|
||||||
echo "cache-key=${NAME_DASHED}" >> $GITHUB_OUTPUT
|
echo "cache-key=${NAME_DASHED}" >> $GITHUB_OUTPUT
|
||||||
|
|
||||||
- uses: cygwin/cygwin-install-action@master
|
- uses: cygwin/cygwin-install-action@v5
|
||||||
with:
|
with:
|
||||||
packages: cygwin64 gcc-g++=10.2.0-1 ccache python37 python37-future python37-lxml python37-pip python37-setuptools python37-wheel git procps gettext
|
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
|
add-to-path: false
|
||||||
|
Loading…
Reference in New Issue
Block a user