From d8acb27df621c51d4a63ec5365ed9b4e79c210c4 Mon Sep 17 00:00:00 2001 From: y82t2z Date: Tue, 26 Nov 2024 01:16:07 +0700 Subject: [PATCH] Update --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c3c1016..f0ffd10 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,8 +24,8 @@ jobs: repository: y82t2z/AnyKernel3 path: AnyKernel3 - name: Download Tool - run: sudo apt install libarchive-tools - + run: sudo apt install libarchive-tools build-essential libncurses-dev bison flex libssl-dev + - name: Download Clang run: | chmod +x download-clang.sh