We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d35edf commit e61fc8dCopy full SHA for e61fc8d
.github/workflows/demo.yml
@@ -44,6 +44,16 @@ jobs:
44
sudo apt-get install -y aha util-linux make jq bat ttyd
45
sudo ln -s /usr/bin/batcat /usr/bin/bat
46
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
57
- name: Set Git Preferences for windows
58
run: |
59
git config --global core.autocrlf false
demo/recordings/aqua.yaml
@@ -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