Skip to content

Commit

Permalink
use Bellsoft Full JDK in GitHub build (3rd try)
Browse files Browse the repository at this point in the history
  • Loading branch information
xzel23 committed Jul 13, 2024
1 parent accfbaf commit 75b5cc2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y wget
wget https://download.bell-sw.com/java/17.0.6+10/bellsoft-jdk17.0.6+10-linux-aarch64-full.deb
sudo apt-get install -y ./bellsoft-jdk17.0.6+10-linux-aarch64-full.deb
sudo update-alternatives --install /usr/bin/java java /usr/lib/jvm/bellsoft-java17-full-aarch64/bin/java 1
sudo update-alternatives --install /usr/bin/javac javac /usr/lib/jvm/bellsoft-java17-full-aarch64/bin/javac 1
wget https://download.bell-sw.com/java/17.0.6+10/bellsoft-jdk17.0.6+10-linux-amd64-full.deb
sudo apt-get install -y ./bellsoft-jdk17.0.6+10-linux-amd64-full.deb
sudo update-alternatives --install /usr/bin/java java /usr/lib/jvm/bellsoft-java17-full-amd64/bin/java 1
sudo update-alternatives --install /usr/bin/javac javac /usr/lib/jvm/bellsoft-java17-full-amd64/bin/javac 1
- name: Set up BellSoft Liberica Full JDK on Windows
if: runner.os == 'Windows'
Expand Down

0 comments on commit 75b5cc2

Please sign in to comment.