Skip to content

Commit

Permalink
workflows: small fix x2
Browse files Browse the repository at this point in the history
  • Loading branch information
HoleHolo committed Jul 6, 2024
1 parent 0d4ea73 commit 413fc72
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ jobs:
run: |
# 配置 KernelSU | Configure KernelSU
rm -rf ./KernelSU
git clone -b b766b98 https://github.com/tiann/KernelSU
curl -LSs "https://raw.githubusercontent.com/tiann/KernelSU/main/kernel/setup.sh" | bash -
cd ./KernelSU
git reset --hard b766b98
cd ..
# 设置环境变量 | Set environment variables
export PATH=$(pwd)/ToolChain/bin/:$PATH
Expand Down

0 comments on commit 413fc72

Please sign in to comment.