Update bundletool-native.yml

This commit is contained in:
Izzy
2025-11-14 11:28:27 -05:00
committed by GitHub
parent b5355670c1
commit e2580ae2cc
+4 -3
View File
@@ -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
path: bundletool