Skip to content

Commit b601ccc

Browse files
authored
Update kbuild.yml
1 parent 202e828 commit b601ccc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/kbuild.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install wget and dependencies
2222
run: |
2323
sudo apt-get update
24-
sudo apt-get install -y wget tar
24+
sudo apt-get install -y wget tar libncurses-dev bison flex libssl-dev libelf-dev bc zstd
2525
2626
- name: download and push kernel
2727
run: |
@@ -30,6 +30,8 @@ jobs:
3030
tar -xf kernel.tar.xz -C kext --strip-components=1
3131
cp .config kext/
3232
cd kext
33+
wget https://github.com/kzwkt/inspiron-351-fw/archive/refs/heads/main.zip
34+
unzip main.zip
3335
make -j$(nproc)
3436
3537
- name: Upload kernel

0 commit comments

Comments
 (0)