Skip to content

Commit

Permalink
Merge pull request #643 from hexagonkt/develop
Browse files Browse the repository at this point in the history
Fix CI
  • Loading branch information
jaguililla authored Jul 10, 2023
2 parents 3cf9d0a + 9d10590 commit 3e8b769
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
uses: graalvm/setup-graalvm@v1
with:
java-version: 20
distribution: graalvm-community
cache: gradle
- name: Build Project
run: ./gradlew --info --stacktrace nativeTest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- name: Set Up Java
uses: graalvm/setup-graalvm@v1
with:
version: latest
java-version: 20
distribution: graalvm-community
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: gradle

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
uses: graalvm/setup-graalvm@v1
with:
java-version: 20
distribution: graalvm-community
github-token: ${{ secrets.GITHUB_TOKEN }}
cache: gradle

Expand Down

0 comments on commit 3e8b769

Please sign in to comment.