Add missing pkg-config dependency

This commit is contained in:
Julian Groß 2023-11-06 09:02:02 +01:00 committed by GitHub
parent 511fbf6c0d
commit f9710a6fbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,6 +57,7 @@ jobs:
runner: linux_amd64
arch: amd64
build_type: full
apt-dependencies: pkg-config # add missing dependencies to docker image when convenient
image: docker.io/overte/overte-full-build:0.1.1-ubuntu-20.04-amd64
# Android builds are currently failing
#- os: ubuntu-18.04