Skip to content

Commit

Permalink
trying to run install scripts after install
Browse files Browse the repository at this point in the history
  • Loading branch information
abdelrahim-hentabli committed Apr 28, 2024
1 parent e29f1a6 commit a2550ec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pcm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ jobs:
submodules: 'true'
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libavutil-dev libavcodec-dev libswscale-dev libavformat-dev
version: 1.1
packages: ffmpeg
version: 1.0
execute_install_scripts: true
- name: CMake config & build
run: |
export PKG_CONFIG_PATH="/usr/local/x86_64-linux-gnu/lib/pkgconfig"
Expand Down

0 comments on commit a2550ec

Please sign in to comment.