Skip to content

Commit c0ba8c7

Browse files
committed
fixup! Migrate workflows to Blacksmith
1 parent 0c2d397 commit c0ba8c7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
- name: Set up tty0tty
4343
if: runner.os == 'Linux'
4444
run: |
45+
sudo apt-get update
46+
sudo apt-get install -y linux-headers-$(uname -r)
4547
cd tty0tty/module
4648
make
4749
sudo cp tty0tty.ko /lib/modules/$(uname -r)/kernel/drivers/misc/

0 commit comments

Comments
 (0)