Skip to content

Commit

Permalink
install ffmpeg
Browse files Browse the repository at this point in the history
  • Loading branch information
elringus committed Nov 10, 2023
1 parent 99198a0 commit 5a5e40e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: FedericoCarboni/setup-ffmpeg@v2
- run: sudo apt install ffmpeg -y
- run: npm ci
- name: build
run: npm run build
Expand Down

0 comments on commit 5a5e40e

Please sign in to comment.