Skip to content

Commit

Permalink
Recreate graal RetryPolicy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-berg committed Jan 10, 2024
1 parent d9f9812 commit 0135c44
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,16 +136,15 @@ jobs:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
version: 'latest'
java-version: '17'
java-version: '21'
distribution: 'graalvm'
components: 'native-image'
github-token: ${{ secrets.GITHUB_TOKEN }}
- name: Running test
run: |
echo "GRAALVM_HOME: $GRAALVM_HOME"
echo "JAVA_HOME: $JAVA_HOME"
java --version
gu --version
native-image --version
./gradlew nativeTest
Expand Down

0 comments on commit 0135c44

Please sign in to comment.