mirror of
https://github.com/izzy2lost/aab2apk.git
synced 2026-06-19 01:20:08 -07:00
Update bundletool-native.yml
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user