Skip to content

Commit

Permalink
workflows: Switch to KernelSU's stable branch
Browse files Browse the repository at this point in the history
  • Loading branch information
HoleHolo committed Mar 24, 2024
1 parent 3e68636 commit efb3c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
# 配置 KernelSU | Configure KernelSU
rm -rf ./KernelSU
curl -LSs "https://raw.githubusercontent.com/tiann/KernelSU/main/kernel/setup.sh" | bash -s main
curl -LSs "https://raw.githubusercontent.com/tiann/KernelSU/main/kernel/setup.sh" | bash -
# 设置环境变量 | Set environment variables
export PATH=$(pwd)/ToolChain/bin/:$PATH
Expand Down

0 comments on commit efb3c91

Please sign in to comment.