Skip to content

Commit

Permalink
fix: removed gradle cache because of length size error
Browse files Browse the repository at this point in the history
  • Loading branch information
Lyton505 committed Jun 25, 2024
1 parent 3c9b60d commit 184a30a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
with:
java-version: '17'
distribution: "adopt"
cache: "gradle"
#cache: "gradle"

- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v1
Expand Down

0 comments on commit 184a30a

Please sign in to comment.