Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
azahnen committed Oct 11, 2024
1 parent 9026d9c commit c1ad8a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/libxtracfg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
- uses: actions/checkout@v4
- uses: graalvm/setup-graalvm@v1
with:
java-version: "17.0.12"
distribution: "liberica"
java-version: "17"
distribution: "graalvm"
native-image-job-reports: true
cache: gradle
cache-dependency-path: |
Expand Down

0 comments on commit c1ad8a9

Please sign in to comment.