Install missing xcb/glx.h dependency.

This commit is contained in:
Julian Groß 2024-09-05 14:09:52 +02:00 committed by Ada
parent 760b846bb1
commit 1101a2aeb4

View file

@ -64,7 +64,7 @@ jobs:
runner: [self_hosted, type-cx52, image-x86-app-docker-ce]
arch: amd64
build_type: full
# apt-dependencies: # add missing dependencies to docker image when convenient
apt-dependencies: libxcb-glx0-dev # add missing dependencies to docker image when convenient
image: docker.io/overte/overte-full-build:0.1.6-ubuntu-20.04-amd64
# Android builds are currently failing
#- os: ubuntu-18.04
@ -75,8 +75,8 @@ 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.6-ubuntu-22.04-aarch64
# apt-dependencies: # add missing dependencies to docker image when convenient
fail-fast: false
runs-on: ${{matrix.runner}}
container: ${{matrix.image}}