Skip to content

Commit

Permalink
Remove an un-used portion of CI YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
vorburger authored and cushon committed Feb 26, 2024
1 parent d8216e8 commit 29b7f93
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Expand Up @@ -65,15 +65,6 @@ jobs:
java-version: ${{ matrix.java }}
distribution: "zulu"
cache: "maven"
- name: "Set up JDK ${{ matrix.java }}"
if: ${{ matrix.java == 'GraalVM' }}
uses: graalvm/setup-graalvm@v1
with:
java-version: "21"
distribution: "graalvm-community"
github-token: ${{ secrets.GITHUB_TOKEN }}
native-image-job-reports: "true"
cache: "maven"
- name: "Install"
shell: bash
run: mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V
Expand Down

0 comments on commit 29b7f93

Please sign in to comment.