Skip to content

Commit

Permalink
using dev libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
abdelrahim-hentabli committed Apr 28, 2024
1 parent 5f4be01 commit fc43b33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pcm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
submodules: 'true'
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libavutil libavcodec libavformat libswscale libswresample
version: 1.0
packages: libavutil-dev libavcodec-dev libavformat-dev libswscale-dev libswresample-dev
version: 1.1
execute_install_scripts: true
- name: FFMPEG library info
run: dpkg-query -L ffmpeg
Expand Down

0 comments on commit fc43b33

Please sign in to comment.