Update CI and README.md

This commit is contained in:
Nullptr
2023-10-21 16:08:35 +08:00
parent 8a80586fb8
commit 9f28e0a7ad
2 changed files with 2 additions and 2 deletions

View File

@@ -43,10 +43,9 @@ jobs:
- name: Setup Rust
run: |
rustup target add armv7-linux-androideabi
rustup override set nightly
rustup target add aarch64-linux-android
rustup target add x86_64-linux-android
rustup target add i686-linux-android
- name: Set up ccache
uses: hendrikmuhs/ccache-action@v1.2

View File

@@ -9,6 +9,7 @@ Also works as standalone loader for Magisk.
### General
+ No multiple root implementation installed
+ SELinux enforcing: We now rely on SELinux to prevent `vold` from aborting our fuse connection
### KernelSU