ci: Attempting to resolve the issue with DDK compilation being unavailable

This commit is contained in:
ShirkNeko
2025-11-03 00:57:29 +08:00
parent b4e682148a
commit a622657092
7 changed files with 21 additions and 222 deletions

View File

@@ -211,9 +211,6 @@ jobs:
- name: Build Kernel/LKM
working-directory: android-kernel
env:
CI_KSU_VERSION: ${{ env.KSU_VERSION }}
CI_KSU_VERSION_FULL: ${{ env.KSU_VERSION_FULL }}
run: |
if [ ! -z ${{ vars.EXPECTED_SIZE }} ] && [ ! -z ${{ vars.EXPECTED_HASH }} ]; then
export KSU_EXPECTED_SIZE=${{ vars.EXPECTED_SIZE }}