Skip to content

Commit

Permalink
verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
Trass3r authored Jul 7, 2024
1 parent 8ef5ee1 commit 7d20932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
# build kernel
ccache -z
time make CC="ccache clang" -j$(($(nproc) + 1)) # V=1 for tracing
time make V=12 CC="ccache clang" -j$(($(nproc) + 1)) # V=1 for tracing
sudo make modules_install
sudo depmod -a
Expand Down

0 comments on commit 7d20932

Please sign in to comment.