mirror of
https://github.com/lubosz/overte.git
synced 2025-04-09 13:12:57 +02:00
Install missing xcb/glx.h dependency.
This commit is contained in:
parent
74145cb3d2
commit
4db7e1a2a0
1 changed files with 2 additions and 1 deletions
3
.github/workflows/pr_build.yml
vendored
3
.github/workflows/pr_build.yml
vendored
|
@ -64,7 +64,7 @@ jobs:
|
|||
runner: [self_hosted, type-cx52, image-x86-app-docker-ce]
|
||||
arch: amd64
|
||||
build_type: full
|
||||
apt-dependencies: pkg-config libxext-dev libdouble-conversion-dev libpcre2-16-0 libpulse0 libharfbuzz-dev libnss3 libnspr4 libxdamage1 libasound2 # add missing dependencies to docker image when convenient
|
||||
apt-dependencies: pkg-config libxext-dev libdouble-conversion-dev libpcre2-16-0 libpulse0 libharfbuzz-dev libnss3 libnspr4 libxdamage1 libasound2 libxcb-glx0-dev # 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
|
||||
|
@ -75,6 +75,7 @@ jobs:
|
|||
runner: [self_hosted, type-cax41, image-arm-app-docker-ce]
|
||||
arch: aarch64
|
||||
build_type: full
|
||||
apt-dependencies: libxcb-glx0-dev # add missing dependencies to docker image when convenient
|
||||
image: docker.io/overte/overte-full-build:0.1.1-ubuntu-22.04-aarch64
|
||||
fail-fast: false
|
||||
runs-on: ${{matrix.runner}}
|
||||
|
|
Loading…
Reference in a new issue