Skip to content

Commit

Permalink
[vpdq] Run apt-get update before apt-get install (#1720)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwal authored Dec 13, 2024
1 parent 5b1caf9 commit 5acd7d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-threatexchange-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
python-version: "3.11"
- name: Install vpdq 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: Install dependencies
run: |
Expand Down

0 comments on commit 5acd7d7

Please sign in to comment.