Skip to content

Commit

Permalink
🐷
Browse files Browse the repository at this point in the history
  • Loading branch information
shadow3aaa committed Nov 13, 2023
1 parent 515d0ad commit 48bbe8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
sudo apt update
sudo apt install gcc-multilib xmake git-lfs
- run: git lfs pull
- name: check codes
run: cargo ndk -t arm64-v8a --platform=29 check --verbose --target aarch64-linux-android
# - name: check codes
# run: cargo ndk -t arm64-v8a --platform=29 check --verbose --target aarch64-linux-android
- name: build
run: sh build.sh release
2 changes: 1 addition & 1 deletion zygisk/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if [ "$TERMUX_VERSION" = "" ]; then
clang_latest=$(ls $dir | grep aarch64-linux-android | grep clang | tail -n 1)

alias clang++="$dir/$clang_latest"
which clang++
echo Use clang: $(which clang++)
fi
fi

Expand Down

0 comments on commit 48bbe8d

Please sign in to comment.