Skip to content

Commit 9e78d62

Browse files
committed
Switch back to upstream tty0tty on CI
This fixes a compilation error and brings in a few updates.
1 parent 769ae89 commit 9e78d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Install tty0tty
4141
if: runner.os == 'Linux' && steps.tty0tty-cache.outputs.cache-hit != 'true'
4242
run: |
43-
git clone https://github.com/colinleroy/tty0tty.git
43+
git clone https://github.com/freemed/tty0tty.git
4444
4545
- name: Set up tty0tty
4646
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)