We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c2d397 commit c0ba8c7Copy full SHA for c0ba8c7
1 file changed
.github/workflows/ci.yml
@@ -42,6 +42,8 @@ jobs:
42
- name: Set up tty0tty
43
if: runner.os == 'Linux'
44
run: |
45
+ sudo apt-get update
46
+ sudo apt-get install -y linux-headers-$(uname -r)
47
cd tty0tty/module
48
make
49
sudo cp tty0tty.ko /lib/modules/$(uname -r)/kernel/drivers/misc/
0 commit comments