Build test headless without X11

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-01-12 05:41:37 +00:00
parent a9b660167c
commit 7cd153ed3c
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0

View file

@ -239,6 +239,7 @@ jobs:
- name: Set up dependencies - name: Set up dependencies
run: | run: |
sudo apt-get update -qq sudo apt-get update -qq
sudo apt-get remove -yqq libcairo2-dev libx11-dev libx11-dev libxext-dev
sudo apt-get install -yqq liblo-dev sudo apt-get install -yqq liblo-dev
- name: Build linux x86_64 (headless) - name: Build linux x86_64 (headless)
run: | run: |