Skip to content

Commit

Permalink
Set PKG_CONFIG
Browse files Browse the repository at this point in the history
  • Loading branch information
thomshutt committed Jan 12, 2024
1 parent 43c673a commit 44e0ab1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ jobs:
cache: true
cache-dependency-path: go.sum

- name: Set build environment
run: |
export PKG_CONFIG_PATH=~/compiled/lib/pkgconfig
- name: Install ffmpeg
if: steps.cache-packages.outputs.cache-hit != 'true'
run: |
Expand Down

0 comments on commit 44e0ab1

Please sign in to comment.