Skip to content

Commit

Permalink
Remove caching of generate relay list
Browse files Browse the repository at this point in the history
  • Loading branch information
Pururun committed Jan 7, 2025
1 parent ab3d61f commit 6d77ea7
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions .github/workflows/android-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,16 +129,20 @@ jobs:

- name: Generate
if: steps.cache-relay-list.outputs.cache-hit != 'true'
uses: burrunan/gradle-cache-action@v1
with:
job-id: jdk17
arguments: generateRelayList
gradle-version: wrapper
build-root-directory: android
execution-only-caches: false
run: ./android/gradlew -p android

#- name: Generate
# if: steps.cache-relay-list.outputs.cache-hit != 'true'
# uses: burrunan/gradle-cache-action@v1
# with:
# job-id: jdk17
# arguments: generateRelayList
# gradle-version: wrapper
# build-root-directory: android
# execution-only-caches: false
# Disable if logs are hard to follow.
concurrent: true
read-only: ${{ github.ref != 'refs/heads/main' }}
# concurrent: true
# read-only: ${{ github.ref != 'refs/heads/main' }}

- name: Upload
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 6d77ea7

Please sign in to comment.