Skip to content

Commit

Permalink
fix build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
murillo128 committed Sep 12, 2023
1 parent c8dbd44 commit e7e12ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ jobs:
submodules: 'recursive'
- name: Initialize submodules
run: git submodule update --init --recursive
- name: Install dependencies
run: sudo apt-get install -y libavcodec-dev libavfilter-dev libavformat-dev libavutil-dev libswscale-dev libvpx-dev libx264-dev
- name: Install and build
run: npm i
- name: Run Test
Expand Down

0 comments on commit e7e12ef

Please sign in to comment.