Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Use Zulu JDK
Browse files Browse the repository at this point in the history
  • Loading branch information
SanmerDev authored Nov 8, 2023
1 parent aef79e0 commit a9e8938
Showing 1 changed file with 3 additions and 10 deletions.
13 changes: 3 additions & 10 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,11 @@ jobs:
echo ${{ secrets.KEY_STORE }} | base64 --decode > ${{ github.workspace }}/key.jks
fi
- name: Download JBR 17
run: |
download_url="https://cache-redirector.jetbrains.com/intellij-jbr/jbrsdk-17.0.9-linux-x64-b1000.46.tar.gz"
curl -o $RUNNER_TEMP/jbr.tar.gz -L $download_url
- name: Set up JBR 17
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
distribution: 'jdkfile'
jdkFile: ${{ runner.temp }}/jbr.tar.gz
java-version: '17'
architecture: x64
distribution: 'zulu'
java-version: 17

- name: Set up Gradle
uses: gradle/gradle-build-action@v2
Expand Down

0 comments on commit a9e8938

Please sign in to comment.