chore: Run update apt before installing xserver-xephyr in the CI job (#359)
This commit is contained in:
parent
780518ed1d
commit
becce92d47
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue