Skip to content

Commit

Permalink
Update native.yml
Browse files Browse the repository at this point in the history
Update JDK and NDK
  • Loading branch information
kairoh authored Apr 16, 2024
1 parent 34b6e48 commit 0508902
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/native.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,18 +119,18 @@ jobs:
- name: Download Liberica NIK
env:
#liberica-url: https://download.bell-sw.com/vm/22.3.2/bellsoft-liberica-vm-core-openjdk17.0.7+7-22.3.2+1-${{ matrix.jdk-suffix }}
#liberica-url: https://download.bell-sw.com/vm/23.0.1/bellsoft-liberica-vm-core-openjdk20.0.2+10-23.0.1+1-${{ matrix.jdk-suffix }}
liberica-url: https://download.bell-sw.com/vm/23.1.0/bellsoft-liberica-vm-core-openjdk21+37-23.1.0+1-${{ matrix.jdk-suffix }}
#liberica-url: https://download.bell-sw.com/vm/23.1.0/bellsoft-liberica-vm-core-openjdk21+37-23.1.0+1-${{ matrix.jdk-suffix }}
liberica-url: https://github.com/bell-sw/LibericaNIK/releases/download/23.1.2+1-21.0.2+14/bellsoft-liberica-vm-core-openjdk21.0.2+14-23.1.2+1-${{ matrix.jdk-suffix }}
run: curl -sLo ${{ runner.temp }}/${{ matrix.jdk-suffix }} ${{ env.liberica-url }}
if: ${{ runner.os != 'Linux' }}
#if: ${{ runner.os != 'Linux' }}

- uses: actions/setup-java@v4
with:
java-version: ${{env.JAVA_VERSION}}
distribution: jdkfile
jdkFile: ${{ runner.temp }}/${{ matrix.jdk-suffix }}
cache: maven
if: ${{ runner.os != 'Linux' }}
#if: ${{ runner.os != 'Linux' }}

- uses: graalvm/setup-graalvm@v1
with:
Expand All @@ -139,7 +139,7 @@ jobs:
cache: maven
github-token: ${{ secrets.GITHUB_TOKEN }}
native-image-job-reports: true
if: ${{ runner.os == 'Linux' }}
if: ${{ runner.os == 'DEPRECATED_Linux' }}

- name: (Windows) Set up compiler
uses: ilammy/msvc-dev-cmd@v1
Expand Down

0 comments on commit 0508902

Please sign in to comment.