mirror of https://github.com/ArduPilot/ardupilot
.github: move to compiling 64-bit Windows executables
cygwin has dropped 32-bit support
This commit is contained in:
parent
be9aec4059
commit
9d2769ddb1
|
@ -15,8 +15,8 @@ jobs:
|
||||||
submodules: 'recursive'
|
submodules: 'recursive'
|
||||||
- uses: cygwin/cygwin-install-action@master
|
- uses: cygwin/cygwin-install-action@master
|
||||||
with:
|
with:
|
||||||
packages: install cygwin32-gcc-g++ python37 python37-future python37-lxml python37-pip python37-setuptools python37-wheel git libexpat procps gettext
|
packages: cygwin64 gcc-g++=10.2.0-1 python37 python37-future python37-lxml python37-pip python37-setuptools python37-wheel git procps gettext
|
||||||
- name: Install cygwin
|
- name: Prepare Python environment
|
||||||
env:
|
env:
|
||||||
HOME: ${{ runner.workspace }}/ardupilot
|
HOME: ${{ runner.workspace }}/ardupilot
|
||||||
run: |
|
run: |
|
||||||
|
@ -33,7 +33,7 @@ jobs:
|
||||||
id: check_files
|
id: check_files
|
||||||
uses: andstor/file-existence-action@v1
|
uses: andstor/file-existence-action@v1
|
||||||
with:
|
with:
|
||||||
files: "artifacts/ArduPlane.elf.exe, artifacts/ArduCopter.elf.exe, artifacts/ArduHeli.elf.exe, artifacts/ArduRover.elf.exe, artifacts/ArduSub.elf.exe"
|
files: "artifacts/*"
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
|
|
||||||
- name: Archive build
|
- name: Archive build
|
||||||
|
|
Loading…
Reference in New Issue