Skip to content

Commit

Permalink
Update build_kernel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Gojikovi authored Jul 2, 2024
1 parent f02d617 commit a79ffc1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,12 @@ jobs:
- name: Install packages & setup
run: |
sudo apt update
curl https://github.com/XSans0/WeebX-Clang/releases/download/WeebX-Clang-19.0.0git-release/WeebX-Clang-19.0.0git.tar.gz --output weebx-clang.tar.gz
wget https://github.com/XSans0/WeebX-Clang/releases/download/WeebX-Clang-19.0.0git-release/WeebX-Clang-19.0.0git.tar.gz -O "weebx-clang.tar.gz"
rm -rf toolchain && mkdir toolchain && tar -xvf weebx-clang.tar.gz -C clang && rm -rf weebx-clang.tar.gz
sudo apt install bison flex libssl-dev
- name: Run build
run: |
DEVICE= bash build_kernel.sh
python build_kernel.py --aosp --target=${{matrix.device}}
- name: Upload kernel
Expand Down

0 comments on commit a79ffc1

Please sign in to comment.