Skip to content

Commit

Permalink
add it from snap
Browse files Browse the repository at this point in the history
  • Loading branch information
puria committed Apr 16, 2024
1 parent 433b132 commit 92674f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
sudo mkdir -p /etc/apt/keyrings
curl -fsSL https://repo.charm.sh/apt/gpg.key | sudo gpg --dearmor -o /etc/apt/keyrings/charm.gpg
echo "deb [signed-by=/etc/apt/keyrings/charm.gpg] https://repo.charm.sh/apt/ * *" | sudo tee /etc/apt/sources.list.d/charm.list
sudo apt update && sudo apt install vhs ffmpeg ttyd
sudo apt update && sudo apt install vhs ffmpeg
sudo snap install ttyd
- run: make
working-directory: ./docs/installation_instructions
- name: Build with VitePress
Expand Down

0 comments on commit 92674f6

Please sign in to comment.