diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 87f2860..fea38bd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,18 +18,8 @@ jobs: path: kernel token: ${{ secrets.GH_TOKEN }} - - name: Clone AnyKernel - uses: actions/checkout@v4 - with: - repository: y82t2z/AnyKernel3 - path: AnyKernel3 - name: Download Tool - run: sudo apt update && sudo apt install libarchive-tools build-essential libncurses-dev bison flex libssl-dev binutils python3 + run: sudo apt update && sudo apt install libarchive-tools build-essential libncurses-dev bison flex libssl-dev binutils python3 ccache - - name: Download Clang - run: | - chmod +x download-clang.sh - bash download-clang.sh - - name: Setup tmate session uses: mxschmitt/action-tmate@v3 diff --git a/download-clang.sh b/download-clang.sh deleted file mode 100644 index fe39ba9..0000000 --- a/download-clang.sh +++ /dev/null @@ -1,6 +0,0 @@ -mkdir clang -cd clang -bash <(curl -s "https://raw.githubusercontent.com/Neutron-Toolchains/antman/main/antman") -S -bash <(curl -s "https://raw.githubusercontent.com/Neutron-Toolchains/antman/main/antman") --patch=glibc -echo "Downloaded Clang Successful" -cd ../ \ No newline at end of file