Skip to content

Commit

Permalink
Upgrade CI JDK
Browse files Browse the repository at this point in the history
  • Loading branch information
simonsteiner1984 committed Mar 15, 2023
1 parent 33aa7ba commit 3a971f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: |
wget -O $RUNNER_TEMP/java_package.tar.gz -c --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn-pub/java/jdk/8u131-b11/d54c1d3a095b4ff2b6607d096fa80163/jdk-8u131-linux-x64.tar.gz
wget -O $RUNNER_TEMP/java_package.tar.gz --no-cookies --no-check-certificate --header Cookie: oraclelicense=accept-securebackup-cookie https://javadl.oracle.com/webapps/download/GetFile/1.8.0_361-b09/0ae14417abb444ebb02b9815e2103550/linux-i586/jdk-8u361-linux-x64.tar.gz
- uses: actions/setup-java@v3
with:
distribution: 'jdkfile'
Expand Down

0 comments on commit 3a971f2

Please sign in to comment.