diff --git a/.github/workflows/bundletool-native.yml b/.github/workflows/bundletool-native.yml index ecc8b1c..e8e5b3d 100644 --- a/.github/workflows/bundletool-native.yml +++ b/.github/workflows/bundletool-native.yml @@ -14,12 +14,13 @@ jobs: - name: Install GraalVM (Java 21) uses: graalvm/setup-graalvm@v1 with: - version: "21.0.2" + distribution: "graalvm-community" + version: "22.0.1" java-version: "21" components: "native-image" github-token: "${{ secrets.GITHUB_TOKEN }}" - - name: Install build dependencies + - name: Install build deps run: | sudo apt-get update sudo apt-get install -y unzip zip curl clang build-essential @@ -48,4 +49,4 @@ jobs: uses: actions/upload-artifact@v4 with: name: bundletool-native-arm64 - path: bundletool \ No newline at end of file + path: bundletool