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 23cd839 commit c02865d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- name: Install packages & setup
run: |
sudo apt update
bash wget "$(curl -s https://raw.githubusercontent.com/XSans0/WeebX-Clang/main/main/link.txt)" -O "weebx-clang.tar.gz"
rm -rf clang && mkdir toolchain && tar -xvf weebx-clang.tar.gz -C clang && rm -rf weebx-clang.tar.gz
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
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
cp local.config.sample local.config
sed -i '/CONFIG_THINLTO/d' arch/arm64/configs/vendor/grass.config
Expand Down

0 comments on commit c02865d

Please sign in to comment.