Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
edigonzales committed Oct 22, 2022
1 parent 2518abc commit e23cf08
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yaml
Expand Up @@ -53,6 +53,7 @@ jobs:
- name: 'Download Liberica NIK'
run: |
curl -L https://download.bell-sw.com/vm/22.2.0/bellsoft-liberica-vm-core-openjdk17.0.4.1+1-22.2.0+3-linux-amd64.tar.gz -o libericavm.zip
mkdir -p $PWD/jdk
export INSTALL_DIR=$PWD/jdk
tar -C $INSTALL_DIR -xzf libericavm.zip
export NIK_HOME=$INSTALL_DIR/bellsoft-liberica-vm-core-openjdk17-22.2.0
Expand Down

0 comments on commit e23cf08

Please sign in to comment.