diff --git a/.github/workflows/pr_build.yml b/.github/workflows/pr_build.yml index 1494389521..cffa31f143 100644 --- a/.github/workflows/pr_build.yml +++ b/.github/workflows/pr_build.yml @@ -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}}