We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 202e828 commit b601cccCopy full SHA for b601ccc
.github/workflows/kbuild.yml
@@ -21,7 +21,7 @@ jobs:
21
- name: Install wget and dependencies
22
run: |
23
sudo apt-get update
24
- sudo apt-get install -y wget tar
+ sudo apt-get install -y wget tar libncurses-dev bison flex libssl-dev libelf-dev bc zstd
25
26
- name: download and push kernel
27
@@ -30,6 +30,8 @@ jobs:
30
tar -xf kernel.tar.xz -C kext --strip-components=1
31
cp .config kext/
32
cd kext
33
+ wget https://github.com/kzwkt/inspiron-351-fw/archive/refs/heads/main.zip
34
+ unzip main.zip
35
make -j$(nproc)
36
37
- name: Upload kernel
0 commit comments