Skip to content

Commit

Permalink
ci: switch graalvm provider (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarua authored Aug 30, 2023
1 parent 525ce9f commit 24aefbd
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,15 @@ jobs:
matrix:
os: [ubuntu-latest, macOS-latest]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: DeLaGuardo/setup-graalvm@5.0
- uses: graalvm/setup-graalvm@v1
with:
graalvm: '22.0.0.2'
java: 'java17'
java-version: '17'
distribution: 'graalvm'
# helps avoid rate-limiting issues
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Report Java Version
Expand Down

0 comments on commit 24aefbd

Please sign in to comment.