Skip to content

Commit

Permalink
bug: add ffmpeg install back into satisfy workflow constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
cgilly2fast authored Sep 1, 2024
1 parent 01b84fa commit 16d2b38
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,11 @@ jobs:
node-version: '18.x'
registry-url: 'https://registry.npmjs.org'

- name: Install FFmpeg
run: |
sudo apt-get update
sudo apt-get install -y ffmpeg
- name: Install root dependencies
run: yarn install

Expand Down

0 comments on commit 16d2b38

Please sign in to comment.