Skip to content

Commit

Permalink
Adde laAdded graalvm to all ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
benedikt-schesch committed Sep 10, 2024
1 parent db1362a commit b370e95
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ jobs:
run:
shell: bash -l {0}
steps:
- uses: graalvm/setup-graalvm@v1
with:
java-version: '21'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
- run: echo "GRAALVM_HOME=$GRAALVM_HOME" >> $GITHUB_ENV
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/check-reproducibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ jobs:
run:
shell: bash -l {0}
steps:
- uses: graalvm/setup-graalvm@v1
with:
java-version: '21'
distribution: 'graalvm'
github-token: ${{ secrets.GITHUB_TOKEN }}
- run: echo "GRAALVM_HOME=$GRAALVM_HOME" >> $GITHUB_ENV
- uses: actions/setup-java@v4
with:
distribution: 'zulu'
Expand Down

0 comments on commit b370e95

Please sign in to comment.