Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
y82t2z committed Dec 10, 2024
1 parent 571f807 commit 8e97485
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 17 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 0 additions & 6 deletions download-clang.sh

This file was deleted.

0 comments on commit 8e97485

Please sign in to comment.