Skip to content

Commit

Permalink
CI: Use setup-gradle to save cache
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerit3787 committed Jun 26, 2024
1 parent ae5f00a commit de5f2be
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,9 +158,11 @@ jobs:
with:
distribution: 'zulu'
java-version: 17
cache: 'gradle'

- name: Prepare gradle
- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3

- name: Prepare Gradle
run: |
echo "${{ secrets.RELEASE_KEYSTORE }}" > release.keystore.asc
gpg -d --passphrase "${{ secrets.RELEASE_PASSWORD }}" --batch release.keystore.asc > keystore/debug.keystore
Expand Down

0 comments on commit de5f2be

Please sign in to comment.