Skip to content

Commit

Permalink
Add build dependencies (#1510)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwal authored Jan 19, 2024
1 parent 7eca6ad commit 0e12aef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/vpdq-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ jobs:
run: |
python -m pip install --upgrade pip
python -m pip install -r packaging-requirements.txt
- name: Install build dependencies
run: |
sudo apt-get update
sudo apt-get install -y python3-dev pkg-config cmake ffmpeg libavcodec-dev libavformat-dev libavdevice-dev libavutil-dev libswscale-dev libswresample-dev libavfilter-dev
- name: Package
run: |
Expand Down

0 comments on commit 0e12aef

Please sign in to comment.