chore: Run update apt before installing xserver-xephyr in the CI job (#359)

This commit is contained in:
Luca Greco 2022-01-18 21:33:09 +01:00 committed by GitHub
parent 780518ed1d
commit becce92d47
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ commands:
description: run Xephyr on DISPLAY=:10
steps:
- run: |
sudo apt update
sudo apt install xserver-xephyr
Xephyr -ac -br -noreset -screen 1280x1024x24 :10 &
sleep 2