We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent caf951b commit 1ae9485Copy full SHA for 1ae9485
.github/workflows/release.yml
@@ -25,8 +25,9 @@ jobs:
25
uses: graalvm/setup-graalvm@v1
26
with:
27
java-version: '11'
28
- distribution: 'graalvm-community'
+ distribution: 'graalvm'
29
github-token: ${{ secrets.GITHUB_TOKEN }}
30
+ native-image-job-reports: 'true'
31
32
- name: Install jq
33
run: sudo apt-get update && sudo apt-get install -y jq
0 commit comments