We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 769ae89 commit 9e78d62Copy full SHA for 9e78d62
.github/workflows/build.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Install tty0tty
41
if: runner.os == 'Linux' && steps.tty0tty-cache.outputs.cache-hit != 'true'
42
run: |
43
- git clone https://github.com/colinleroy/tty0tty.git
+ git clone https://github.com/freemed/tty0tty.git
44
45
- name: Set up tty0tty
46
if: runner.os == 'Linux'
0 commit comments