We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d3b5ac commit 4026a9fCopy full SHA for 4026a9f
.github/workflows/builds.yml
@@ -81,7 +81,7 @@ jobs:
81
run: |
82
sudo apt update -y
83
# libasound2-dev is needed for local_audio example
84
- sudo apt install -y libasound2-dev libssl-dev libx11-dev libgl1-mesa-dev libxext-dev
+ sudo apt install -y libasound2-dev pkg-config libssl-dev libx11-dev libgl1-mesa-dev libxext-dev
85
86
- name: Install VA-API/NVIDIA drivers for linux x64 build
87
if: ${{ matrix.os == 'ubuntu-latest'}}
0 commit comments