Skip to content

Commit

Permalink
Fix arch build
Browse files Browse the repository at this point in the history
  • Loading branch information
albin-mullvad committed Nov 13, 2024
1 parent e08b255 commit d597cc6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/android-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
CARGO_TARGET_VOLUME_NAME: cargo-target-${{ runner.name }}
CARGO_REGISTRY_VOLUME_NAME: cargo-cache-${{ runner.name }}
GRADLE_CACHE_VOLUME_NAME: gradle-cache-${{ runner.name }}
run: ./building/container-run.sh android bash -c "ARCHITECTURES=${{ matrix.arch }} ./build-apk.sh --dev-build --skip-apk"
run: ./building/container-run.sh android ARCHITECTURES=${{ matrix.arch }} ./build-apk.sh --dev-build --skip-apk

- name: Upload native libs
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -152,7 +152,6 @@ jobs:
- uses: actions/download-artifact@v4
with:
pattern: native-libs-*
name: native-libs
path: android/app/build/extraJni
merge-multiple: true

Expand Down

0 comments on commit d597cc6

Please sign in to comment.