mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 13:38:02 +02:00
Add missing pkg-config dependency
This commit is contained in:
parent
511fbf6c0d
commit
f9710a6fbb
1 changed files with 1 additions and 0 deletions
1
.github/workflows/pr_build.yml
vendored
1
.github/workflows/pr_build.yml
vendored
|
@ -57,6 +57,7 @@ jobs:
|
||||||
runner: linux_amd64
|
runner: linux_amd64
|
||||||
arch: amd64
|
arch: amd64
|
||||||
build_type: full
|
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
|
image: docker.io/overte/overte-full-build:0.1.1-ubuntu-20.04-amd64
|
||||||
# Android builds are currently failing
|
# Android builds are currently failing
|
||||||
#- os: ubuntu-18.04
|
#- os: ubuntu-18.04
|
||||||
|
|
Loading…
Reference in a new issue