mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-13 22:27:13 +02:00
Use source Qt on Ubuntu 20.04, as system Qt is too old.
This commit is contained in:
parent
9ed5827eea
commit
b26d81b3b8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pr_build.yml
vendored
2
.github/workflows/pr_build.yml
vendored
|
@ -61,7 +61,7 @@ jobs:
|
|||
runner: [self_hosted, type-cpx41, image-x86-app-docker-ce]
|
||||
arch: amd64
|
||||
build_type: full
|
||||
qt_source: system
|
||||
qt_source: source # system Qt is too old
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue