Skip to content

Commit

Permalink
Fix android build
Browse files Browse the repository at this point in the history
  • Loading branch information
domchen committed Nov 29, 2023
1 parent a4cad1a commit a9f5efe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,13 @@ jobs:
path: android/local.properties
write-mode: overwrite
contents: |
ndk.dir=${{ steps.setup-ndk.outputs.ndk-path }}
ndk.dir='${{ steps.setup-ndk.outputs.ndk-path }}'
- name: Build Android
run: |
cd android
./gradlew assembleRelease -Parm64-only
- name: Save Third-Party Cache
if: ${{ (github.event_name == 'push') && (steps.third-party-cache.outputs.cache-hit != 'true') }}
uses: actions/cache/save@v3
Expand Down

0 comments on commit a9f5efe

Please sign in to comment.