fix missing display environment

This commit is contained in:
Rick Vogel 2022-12-16 17:20:09 +01:00
parent fc4d029549
commit 3f88b9134b
1 changed files with 2 additions and 0 deletions

View File

@ -377,6 +377,8 @@ jobs:
- name: Smoke test ( QSkinny ) on Ubuntu - name: Smoke test ( QSkinny ) on Ubuntu
if: startsWith(matrix.config.name, 'Ubuntu') if: startsWith(matrix.config.name, 'Ubuntu')
env:
DISPLAY: ":1"
run: | run: |
echo starting Xvfb echo starting Xvfb
Xvfb :1 & Xvfb :1 &