Skip to content

Commit 8a4d939

Browse files
Correctly name Armv7-A Android target
1 parent 65953d1 commit 8a4d939

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
fail-fast: true
1919
with:
2020
target: x86_64-linux-android
21-
arm-linux-androideabi:
21+
armv7-linux-androideabi:
2222
uses: ./.github/workflows/run-ci-script.yml
2323
strategy:
2424
fail-fast: true
2525
with:
26-
target: arm-linux-androideabi
26+
target: armv7-linux-androideabi
2727
aarch64-unknown-linux-android-NEON:
2828
uses: ./.github/workflows/run-ci-script.yml
2929
strategy:

0 commit comments

Comments
 (0)