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 53f6d00 commit c9f8a3dCopy full SHA for c9f8a3d
.github/workflows/main.yml
@@ -33,9 +33,9 @@ jobs:
33
- name: Install GraalVM
34
uses: graalvm/setup-graalvm@60c26726de13f8b90771df4bc1641a52a3159994 # v1.5.2
35
with:
36
- distribution: graalvm-community
37
- version: 'latest'
38
- java-version: '21'
+ distribution: graalvm
+ version: latest
+ java-version: 21
39
- name: Build
40
uses: ./.github/actions/main-build
41
0 commit comments