Skip to content

Commit

Permalink
Try specifying graalvm download url to fetch modern native image
Browse files Browse the repository at this point in the history
try explicitly stating version #

Add tgz+
  • Loading branch information
Christewart committed Jan 18, 2024
1 parent 8744e9e commit 6c3f609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
fetch-depth: 0
- uses: olafurpg/setup-scala@v13
with:
java-version: graalvm@
java-version: graalvm@21.0.2=tgz+https://github.com/graalvm/graalvm-ce-builds/releases/download/jdk-21.0.2/graalvm-community-jdk-21.0.2_linux-x64_bin.tar.gz
- run: git fetch --tags || true
- run: sbt cli/nativeImage
shell: bash
Expand Down

0 comments on commit 6c3f609

Please sign in to comment.