Skip to content

Commit e5e115f

Browse files
committed
Fix step name
1 parent 5eb4c43 commit e5e115f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
runs-on: 'ubuntu-latest'
3737
steps:
3838
- uses: actions/checkout@v4
39-
- name: Set up JDK ${{ matrix.java }}
39+
- name: Set up GraalVM
4040
uses: graalvm/setup-graalvm@v1
4141
with:
4242
java-version: '23'

0 commit comments

Comments
 (0)