We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57aca2c commit c2c8273Copy full SHA for c2c8273
.github/workflows/originkernel.yml
@@ -51,6 +51,8 @@ jobs:
51
52
rm -rf KernelSU
53
rm -rf drivers/kernelsu
54
+ git config --global user.email "[email protected]"
55
+ git config --global user.name "zhz8951"
56
git revert 9902996b37e75cbe703a146fb5c33dea382b16d6
57
export PATH=$(pwd)/ToolChains/bin/:$PATH
58
export ARCH=arm64
0 commit comments