From 9d2769ddb15f2f379a63af68d56ac30ff419336e Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Wed, 7 Dec 2022 19:07:51 +1100 Subject: [PATCH] .github: move to compiling 64-bit Windows executables cygwin has dropped 32-bit support --- .github/workflows/cygwin_build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cygwin_build.yml b/.github/workflows/cygwin_build.yml index 0ef4cf467f..0d601df2fa 100644 --- a/.github/workflows/cygwin_build.yml +++ b/.github/workflows/cygwin_build.yml @@ -15,8 +15,8 @@ jobs: submodules: 'recursive' - uses: cygwin/cygwin-install-action@master with: - packages: install cygwin32-gcc-g++ python37 python37-future python37-lxml python37-pip python37-setuptools python37-wheel git libexpat procps gettext - - name: Install cygwin + packages: cygwin64 gcc-g++=10.2.0-1 python37 python37-future python37-lxml python37-pip python37-setuptools python37-wheel git procps gettext + - name: Prepare Python environment env: HOME: ${{ runner.workspace }}/ardupilot run: | @@ -33,7 +33,7 @@ jobs: id: check_files uses: andstor/file-existence-action@v1 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 - name: Archive build