Skip to content

Commit 0a4f184

Browse files
committed
Fix workflow
1 parent 9921b70 commit 0a4f184

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/pull_request_check.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,8 @@ jobs:
3434
- name: Setup graalvm ce
3535
uses: graalvm/setup-graalvm@v1
3636
with:
37-
version: '24.1.2'
3837
java-version: '21'
39-
components: 'native-image,js'
38+
distribution: 'graalvm'
4039
github-token: ${{ secrets.GITHUB_TOKEN }}
4140

4241
- name: Cache maven packages

.github/workflows/tagged_release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,8 @@ jobs:
4040
- name: Setup graalvm ce
4141
uses: graalvm/setup-graalvm@v1
4242
with:
43-
version: '24.1.2'
4443
java-version: '21'
45-
components: 'native-image,js'
44+
distribution: 'graalvm'
4645
github-token: ${{ secrets.GITHUB_TOKEN }}
4746

4847
- name: Cache maven packages

0 commit comments

Comments
 (0)