Skip to content

Commit

Permalink
another test for not building all abis
Browse files Browse the repository at this point in the history
  • Loading branch information
Helium314 authored Mar 24, 2024
1 parent 700867d commit 1d38adc
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/android-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,7 @@ jobs:
run: chmod +x gradlew

- name: Build with Gradle
run: ./gradlew assembleDebug

- name: Upload APK
uses: actions/upload-artifact@v4
with:
name: HeliBoard-debug
path: app/build/outputs/apk/debug/*-debug*.apk
run: ./gradlew -Pandroid.injected.build.abi=arm64-v8a assembleDebug

- name: Archive reports for failed job
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 1d38adc

Please sign in to comment.