Skip to content

Commit

Permalink
I'm exhausted
Browse files Browse the repository at this point in the history
  • Loading branch information
gabyfle committed Nov 7, 2024
1 parent fb30fa0 commit f3df28f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- name: Install & Verify FFmpeg version
run: |
sudo apt-get update
sudo apt-get install -y ffmpeg libavcodec-dev libavutil-dev libavformat-dev libswscale-dev libavdevice-dev libavfilter-dev libavresample-dev
sudo apt-get install -y ffmpeg libavcodec-dev libavformat-dev libavutil-dev libswscale-dev libswresample-dev libavfilter-dev
ffmpeg -version
pkg-config --modversion libavcodec
pkg-config --modversion libavutil
Expand Down

0 comments on commit f3df28f

Please sign in to comment.