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 9921b70 commit 0a4f184Copy full SHA for 0a4f184
.github/workflows/pull_request_check.yml
@@ -34,9 +34,8 @@ jobs:
34
- name: Setup graalvm ce
35
uses: graalvm/setup-graalvm@v1
36
with:
37
- version: '24.1.2'
38
java-version: '21'
39
- components: 'native-image,js'
+ distribution: 'graalvm'
40
github-token: ${{ secrets.GITHUB_TOKEN }}
41
42
- name: Cache maven packages
.github/workflows/tagged_release.yml
@@ -40,9 +40,8 @@ jobs:
43
44
45
46
47
48
0 commit comments