Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ghazzor authored Jan 22, 2025
1 parent 9204f54 commit 3dd9654
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Setup Toolchains
run: |
sudo apt update
sudo apt install bison flex libssl-dev libarchive-tools zramctl -y
sudo apt install bison flex libssl-dev libarchive-tools -y
mkdir -p toolchain
cd toolchain
echo 'Download antman and sync'
Expand All @@ -40,7 +40,6 @@ jobs:

- name: Run build
run: |
zramctl
DEVICE=${{matrix.device}} KSU=1 ./build.sh
- name: Upload kernel
Expand Down

0 comments on commit 3dd9654

Please sign in to comment.