Skip to content

Commit e61fc8d

Browse files
committed
every package manager sucks
1 parent 3d35edf commit e61fc8d

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.github/workflows/demo.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,16 @@ jobs:
4444
sudo apt-get install -y aha util-linux make jq bat ttyd
4545
sudo ln -s /usr/bin/batcat /usr/bin/bat
4646
47+
- name: Set up Go
48+
uses: actions/setup-go@v4
49+
50+
- name: Add Go bin to PATH
51+
run: echo "$HOME/go/bin" >> "$GITHUB_PATH"
52+
53+
- name: Install font-install
54+
run: |
55+
go install github.com/Crosse/font-install@latest
56+
4757
- name: Set Git Preferences for windows
4858
run: |
4959
git config --global core.autocrlf false

demo/recordings/aqua.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
registries:
2+
- type: standard
3+
- type: local
4+
path: ./registry.yaml
5+
6+
packages:
7+
- name: charmbracelet/vhs@v0.9.0
8+
- name: cloudposse/atmos@v1.172.0
9+
- name: tsl0922/ttyd@1.7.7

0 commit comments

Comments
 (0)