Skip to content

Commit

Permalink
wip gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
edigonzales committed Oct 22, 2022
1 parent 74648eb commit 61454ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Expand Up @@ -58,7 +58,7 @@ jobs:
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 ${{ env.INSTALL_DIR }}
tar -C ${{ env.INSTALL_DIR }} -xzf libericavm.zip
echo ${{ env.NIK_HOME }}/bin >> $GITHUB_PATH
echo "${{ env.NIK_HOME }}/bin" >> $GITHUB_PATH
env
native-image --help
Expand Down

0 comments on commit 61454ae

Please sign in to comment.