Skip to content

Commit 5ee480a

Browse files
committed
Switch to tty0tty fork to fix function prototype change in Linux 6.1
1 parent 3201635 commit 5ee480a

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
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install tty0tty
3838
if: runner.os == 'Linux' && steps.tty0tty-cache.outputs.cache-hit != 'true'
3939
run: |
40-
git clone https://github.com/freemed/tty0tty.git
40+
git clone https://github.com/colinleroy/tty0tty.git
4141
4242
- name: Set up tty0tty
4343
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)