Skip to content

Commit aa63caf

Browse files
committed
every package manager sucks
1 parent 23c538c commit aa63caf

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/demo.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -175,23 +175,23 @@ jobs:
175175
extension-matching: disable
176176
rename-to: atmos
177177

178-
- name: Install VHS
178+
- name: Install TTYD
179179
uses: jaxxstorm/action-install-gh-release@v1.11.0
180180
with:
181-
repo: charmbracelet/vhs
182-
tag: v2.1.0
181+
repo: tsl0922/ttyd
182+
tag: 1.7.7
183183
chmod: 0755
184184
extension-matching: disable
185-
rename-to: vhs
185+
rename-to: ttyd
186186

187-
- name: Install TTYD
187+
- name: Install VHS
188188
uses: jaxxstorm/action-install-gh-release@v1.11.0
189189
with:
190-
repo: tsl0922/ttyd
191-
tag: 1.7.7
190+
repo: charmbracelet/vhs
191+
tag: v0.9.0
192192
chmod: 0755
193193
extension-matching: disable
194-
rename-to: ttyd
194+
rename-to: vhs
195195

196196
- name: Test Atmos
197197
run: |

0 commit comments

Comments
 (0)