We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f84a39 commit d515683Copy full SHA for d515683
1 file changed
.github/workflows/main_0501.yml
@@ -59,18 +59,6 @@ jobs:
59
output_dir=out
60
make LLVM=1 LLVM_IAS=1 CC="ccache clang" raphael_defconfig
61
make LLVM=1 LLVM_IAS=1 CC="ccache clang" -j$(grep -c ^processor /proc/cpuinfo)
62
-
63
- - name: Creating Config Info
64
- run: |
65
- useVersionInfo=$(git show -s --date=short --format="提交人: %an<br/>提交时间: %cd<br/>提交内容: %s<br/>commit hash: %H")
66
- echo "Device: RedMi K20 Pro
67
- Source Code Tree: SOVIET-ANDROID branch:13.0
68
- Code: raphael
69
- Contain KernelSU: YES(Manully_Intergrate)
70
- Build Code: $(date +%Y%m%d)_${{ github.run_number }}
71
- For SOVIET-ANDROID Kernel 13.0
72
- SoDebug Kernel
73
- " >> INFO.txt
74
75
- name: Packaging the Kernel
76
run: |
0 commit comments