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
|
description: run Xephyr on DISPLAY=:10
|
||||||
steps:
|
steps:
|
||||||
- run: |
|
- run: |
|
||||||
|
sudo apt update
|
||||||
sudo apt install xserver-xephyr
|
sudo apt install xserver-xephyr
|
||||||
Xephyr -ac -br -noreset -screen 1280x1024x24 :10 &
|
Xephyr -ac -br -noreset -screen 1280x1024x24 :10 &
|
||||||
sleep 2
|
sleep 2
|
||||||
|
|
Loading…
Reference in New Issue