Skip to content

Commit

Permalink
Fix the cache of setup-java.
Browse files Browse the repository at this point in the history
  • Loading branch information
domchen committed Nov 30, 2023
1 parent ef0b8fe commit 60d452d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
- name: Build Android
run: |
cd android
./gradlew assembleRelease -Parm64-only
./gradlew assembleRelease -Parm64-only --no-daemon
- name: Save Third-Party Cache
if: ${{ (github.event_name == 'push') && (steps.third-party-cache.outputs.cache-hit != 'true') }}
Expand Down

0 comments on commit 60d452d

Please sign in to comment.