Skip to content

Commit

Permalink
order matters sometimes
Browse files Browse the repository at this point in the history
  • Loading branch information
puria committed Apr 16, 2024
1 parent 6364dc9 commit 61f353d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +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
wget https://github.com/tsl0922/ttyd/releases/download/1.7.7/ttyd.x86_64 -O /usr/local/bin/ttyd
sudo apt update && sudo apt install vhs ffmpeg
- run: make
working-directory: ./docs/installation_instructions
- name: Build with VitePress
Expand Down

0 comments on commit 61f353d

Please sign in to comment.