Skip to content

Commit

Permalink
.github/workflows: Correct link and packages
Browse files Browse the repository at this point in the history
  • Loading branch information
cat658011 authored Jun 20, 2024
1 parent d804170 commit 48214ac
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,14 @@ jobs:
- name: Install packages & setup
run: |
sudo apt update
bash <(curl https://gist.githubusercontent.com/Royna2544/0feeeb35a6d1782b186990ff2a0b3657/raw/b170134a94dac3594df506716bc7b802add2724b/setup.sh)
sudo apt install bison flex libssl-dev python3
sudo apt install bison flex libssl-dev python3 python-is-python3 libarchive-tools -y
mkdir -p toolchain
cd toolchain
echo 'Download antman and sync'
bash <(curl -s "https://raw.githubusercontent.com/Neutron-Toolchains/antman/main/antman") -S=05012024
echo 'Patch for glibc'
bash <(curl -s "https://raw.githubusercontent.com/Neutron-Toolchains/antman/main/antman") --patch=glibc
echo 'Done'
echo "OBJ=arch/arm64/boot/Image" >> local.config
- name: Run build
run: |
Expand Down

0 comments on commit 48214ac

Please sign in to comment.