Skip to content

Commit 49c91f0

Browse files
committed
Print out gcc calls on CI
1 parent bc0f824 commit 49c91f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
if: runner.os == 'Linux'
4747
run: |
4848
cd tty0tty/module
49-
make
49+
make V=1
5050
sudo cp tty0tty.ko /lib/modules/$(uname -r)/kernel/drivers/misc/
5151
sudo depmod
5252
sudo modprobe tty0tty

0 commit comments

Comments
 (0)