Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
murillo128 authored Sep 15, 2023
1 parent d5b5b16 commit 0f75bfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- name: Install and build
run: npm i
- name: Install FFMPEG
run: sudo apt-get install -y ffmpeg
run: sudo apt-get update && sudo apt-get install --fix-missing -y ffmpeg
- name: Run Test
run: npm test

0 comments on commit 0f75bfd

Please sign in to comment.