Skip to content

Commit

Permalink
fix(ci): disable gradle setup on APK size comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehardy committed Sep 22, 2024
1 parent 4eab9d1 commit d91636a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/compare_apk_size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:
echo y | keytool -genkeypair -dname "cn=AnkiDroid, ou=ankidroid, o=AnkiDroid, c=US" -alias $KEYALIAS -keypass $KEYPWD -keystore $KEYSTOREPATH -storepass $KEYSTOREPWD -keyalg RSA -validity 20000
shell: bash

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v4
timeout-minutes: 5
with:
cache-read-only: true
# - name: Setup Gradle
# uses: gradle/actions/setup-gradle@v4
# timeout-minutes: 5
# with:
# cache-read-only: true

- name: Checkout PR
uses: actions/checkout@v4
Expand Down

0 comments on commit d91636a

Please sign in to comment.