Skip to content

Commit 29b7f93

Browse files
vorburgercushon
authored andcommitted
Remove an un-used portion of CI YAML
1 parent d8216e8 commit 29b7f93

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,6 @@ jobs:
6565
java-version: ${{ matrix.java }}
6666
distribution: "zulu"
6767
cache: "maven"
68-
- name: "Set up JDK ${{ matrix.java }}"
69-
if: ${{ matrix.java == 'GraalVM' }}
70-
uses: graalvm/setup-graalvm@v1
71-
with:
72-
java-version: "21"
73-
distribution: "graalvm-community"
74-
github-token: ${{ secrets.GITHUB_TOKEN }}
75-
native-image-job-reports: "true"
76-
cache: "maven"
7768
- name: "Install"
7869
shell: bash
7970
run: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V

0 commit comments

Comments
 (0)