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