Skip to content

Commit

Permalink
modified: .github/workflows/kernel-build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
76op committed Mar 27, 2024
1 parent f134cf5 commit e2714fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/kernel-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
ls -la
echo $(nproc)
cd linux-6.1.82
make -j$(nproc) > /dev/null 2>&1
make -j$(nproc)
- name: Build DebPkg
run: |
Expand Down

0 comments on commit e2714fa

Please sign in to comment.