We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65953d1 commit 8a4d939Copy full SHA for 8a4d939
.github/workflows/ci.yml
@@ -18,12 +18,12 @@ jobs:
18
fail-fast: true
19
with:
20
target: x86_64-linux-android
21
- arm-linux-androideabi:
+ armv7-linux-androideabi:
22
uses: ./.github/workflows/run-ci-script.yml
23
strategy:
24
25
26
- target: arm-linux-androideabi
+ target: armv7-linux-androideabi
27
aarch64-unknown-linux-android-NEON:
28
29
ci/docker/arm-linux-androideabi/Dockerfile renamed to ci/docker/armv7-linux-androideabi/Dockerfile
0 commit comments