Skip to content

Commit

Permalink
Update JDK 19 EA download for panama-vector build
Browse files Browse the repository at this point in the history
  • Loading branch information
httpdigest committed Aug 10, 2022
1 parent 313e839 commit dd65345
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/panama-vector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
- uses: actions/checkout@v2
- name: Set up JDK 19-ea
run: |
wget https://download.java.net/java/early_access/jdk19/20/GPL/openjdk-19-ea+20_linux-x64_bin.tar.gz
tar xf openjdk-19-ea+20_linux-x64_bin.tar.gz
wget https://download.java.net/java/early_access/jdk19/34/GPL/openjdk-19-ea+34_linux-x64_bin.tar.gz
tar xf openjdk-19-ea+34_linux-x64_bin.tar.gz
- name: Cache local Maven repository
uses: actions/cache@v2
with:
Expand Down

0 comments on commit dd65345

Please sign in to comment.