Skip to content

Commit 4026a9f

Browse files
committed
Install pkg-config
1 parent 4d3b5ac commit 4026a9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
run: |
8282
sudo apt update -y
8383
# libasound2-dev is needed for local_audio example
84-
sudo apt install -y libasound2-dev libssl-dev libx11-dev libgl1-mesa-dev libxext-dev
84+
sudo apt install -y libasound2-dev pkg-config libssl-dev libx11-dev libgl1-mesa-dev libxext-dev
8585
8686
- name: Install VA-API/NVIDIA drivers for linux x64 build
8787
if: ${{ matrix.os == 'ubuntu-latest'}}

0 commit comments

Comments
 (0)