fix missing display environment
This commit is contained in:
parent
fc4d029549
commit
3f88b9134b
|
@ -377,6 +377,8 @@ jobs:
|
|||
|
||||
- name: Smoke test ( QSkinny ) on Ubuntu
|
||||
if: startsWith(matrix.config.name, 'Ubuntu')
|
||||
env:
|
||||
DISPLAY: ":1"
|
||||
run: |
|
||||
echo starting Xvfb
|
||||
Xvfb :1 &
|
||||
|
|
Loading…
Reference in New Issue