Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Dec 16, 2024
1 parent eab316b commit 891da0a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:

cross_builds:
name: ${{ matrix.target }}
runs-on: ${{ matrix.os || 'ubuntu-latest' }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
Expand All @@ -77,6 +77,7 @@ jobs:
- target: x86_64-pc-windows-msvc
os: windows-latest
archive: zip
os: ['ubuntu-latest']
target:
- armv7-linux-androideabi
- armv7-unknown-linux-gnueabihf
Expand All @@ -90,6 +91,7 @@ jobs:

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
if: matrix.os == 'ubuntu-latest'
with:
platforms: 'arm64,arm/v7'

Expand Down

0 comments on commit 891da0a

Please sign in to comment.