Skip to content

Commit

Permalink
install dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
76op committed Mar 29, 2024
1 parent ca270cd commit 66763f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kernel-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
sudo rm /var/lib/dpkg/lock
sudo rm /var/cache/apt/archives/lock
sudo apt update
apt install -y wget tar xz-utils git build-essential flex bison libncurses-dev libelf-dev libssl-dev bc python3 dwarves pahole cpio rsync kmod
sudo apt install -y wget tar xz-utils git build-essential flex bison libncurses-dev libelf-dev libssl-dev bc python3 dwarves pahole cpio rsync kmod
wget https://cdn.kernel.org/pub/linux/kernel/v6.x/linux-6.1.82.tar.xz > /dev/null 2>&1
tar -xvf linux-6.1.82.tar.xz > /dev/null 2>&1
Expand All @@ -62,7 +62,7 @@ jobs:
pwd
ls -la
cd linux-6.1.82
apt install rsync kmod cpio -y
sudo apt install rsync kmod cpio -y
make deb-pkg LOCALVERSION=-bookworm KDEB_PKGVERSION=$(make kernelversion)-1
ls -la
ls -la ../

0 comments on commit 66763f7

Please sign in to comment.