Skip to content

Commit

Permalink
install dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
76op committed Mar 28, 2024
1 parent 3be1a74 commit c9aae6d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/kernel-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
- name: Build DebPkg
run: |
make deb-pkg LOCALVERSION=-bookworm KDEB_PKGVERSION=$(make kernelversion)-1 > /dev/null 2>&1
pwd
ls -la
cd linux-6.1.82
make deb-pkg LOCALVERSION=-bookworm KDEB_PKGVERSION=$(make kernelversion)-1
ls -la
ls -la ../

0 comments on commit c9aae6d

Please sign in to comment.