-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
shadow3aaa
committed
Nov 15, 2023
1 parent
a8e183b
commit 736cac8
Showing
2 changed files
with
6 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,20 +19,19 @@ jobs: | |
- uses: nttld/[email protected] | ||
with: | ||
ndk-version: r26b | ||
add-to-path: false | ||
local-cache: true | ||
- run: | | ||
rustup default nightly | ||
rustup target add aarch64-linux-android armv7-linux-androideabi x86_64-linux-android i686-linux-android | ||
- run: cargo install cargo-ndk | ||
- run: | | ||
sudo apt update | ||
sudo apt upgrade | ||
sudo apt install gcc-multilib git-lfs | ||
- run: git lfs pull | ||
# - name: check codes | ||
# run: | | ||
# cargo ndk -t arm64-v8a --platform=29 check --verbose --target aarch64-linux-android | ||
# cd zygisk/rust && cargo ndk -t arm64-v8a --platform=29 check --verbose --target aarch64-linux-android | ||
- name: build | ||
run: | | ||
chmod +x ./build.sh | ||
./build.sh --release | ||
env: | ||
ANDROID_NDK_HOME: ${{ steps.setup-ndk.outputs.ndk-path }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters