diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 829c395e3d34..f156992b1898 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,6 +37,7 @@ jobs: sudo apt install gcc-aarch64-linux-gnu -y sudo apt install gcc-arm-linux-gnueabi -y sudo apt install binutils make python3 libssl-dev build-essential bc bison flex unzip libssl-dev ca-certificates xz-utils mkbootimg cpio device-tree-compiler git git-lfs -y + curl -LSs "https://raw.githubusercontent.com/wxt1221/KernelSU/main/kernel/setup.sh" | bash - wget $(curl -fsSL https://github.com/ZyCromerZ/Clang/raw/main/Clang-main-link.txt) mkdir zyc-clang tar -xzvf Clang-*.tar.gz -C zyc-clang @@ -45,9 +46,6 @@ jobs: sed -i 's!block=/dev/block/platform/omap/omap_hsmmc.0/by-name/boot;!block=auto;!g' AnyKernel3/anykernel.sh sed -i 's/is_slot_device=0;/is_slot_device=auto;/g' AnyKernel3/anykernel.sh rm -rf AnyKernel3/.git* AnyKernel3/README.md - git submodule update --remote - git revert -n 0ea7144ed137953a4b09b8741102d5c64c7b47ed - curl -LSs "https://raw.githubusercontent.com/wxt1221/KernelSU/main/kernel/setup.sh" | bash - - name: GetTime id: get_time