|
@@ -103,6 +103,14 @@ jobs:
|
|
|
echo "$BOOT_SIGN_KEY" > ./kernel-build-tools/linux-x86/share/avb/testkey_rsa2048.pem
|
|
echo "$BOOT_SIGN_KEY" > ./kernel-build-tools/linux-x86/share/avb/testkey_rsa2048.pem
|
|
|
fi
|
|
fi
|
|
|
|
|
|
|
|
|
|
+ - name: Set Up Rust for LTS
|
|
|
|
|
+ if: inputs.os_patch_level == 'lts'
|
|
|
|
|
+ run: |
|
|
|
|
|
+ rustup set profile minimal
|
|
|
|
|
+ rustup update nightly
|
|
|
|
|
+ rustup default nightly
|
|
|
|
|
+ rustup target add aarch64-unknown-none
|
|
|
|
|
+
|
|
|
- name: Clone AnyKernel3 and Other Dependencies
|
|
- name: Clone AnyKernel3 and Other Dependencies
|
|
|
run: |
|
|
run: |
|
|
|
ANYKERNEL_BRANCH="gki-2.0"
|
|
ANYKERNEL_BRANCH="gki-2.0"
|