Skip to content

Commit

Permalink
setup zulu with javafx using olafurpg/setup-scala action (sbt#1637)
Browse files Browse the repository at this point in the history
* use "Set up Azul JDK 1.8 and SBT" in scripted-jdk-packager job

* use custom url
  • Loading branch information
jtjeferreira authored Oct 9, 2024
1 parent d864f44 commit fa20613
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/validate-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,14 +183,11 @@ jobs:
key: ${{ runner.os }}-ivy-${{ hashFiles('**/*.sbt') }}
restore-keys: |
${{ runner.os }}-ivy-
- name: Download JDK 1.8
run: wget -O zulu-jdk.tar.gz https://cdn.azul.com/zulu/bin/zulu8.38.0.13-ca-fx-jdk8.0.212-linux_x64.tar.gz
- name: Set up JDK 1.8
uses: actions/setup-java@v1
- name: Set up Azul JDK 1.8 and SBT
uses: olafurpg/setup-scala@v10
with:
java-version: 1.8
# the standard zulu dist doesn't include javafx
jdkFile: 'zulu-jdk.tar.gz'
java-version: zulu@1.8=tgz+https://cdn.azul.com/zulu/bin/zulu8.38.0.13-ca-fx-jdk8.0.212-linux_x64.tar.gz
- name: Validate
run: sbt "^validateJdkPackagerTravis"

Expand Down

0 comments on commit fa20613

Please sign in to comment.