Revert "ci: Attempting to resolve the issue with DDK compilation being unavailable"
This reverts commit a622657092.
This commit is contained in:
3
.github/workflows/gki-kernel.yml
vendored
3
.github/workflows/gki-kernel.yml
vendored
@@ -211,6 +211,9 @@ 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 }}
|
||||
|
||||
Reference in New Issue
Block a user