From becce92d47aa53042cff2a5e447cb0c5d63d31e5 Mon Sep 17 00:00:00 2001 From: Luca Greco Date: Tue, 18 Jan 2022 21:33:09 +0100 Subject: [PATCH] chore: Run update apt before installing xserver-xephyr in the CI job (#359) --- .circleci/config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index ba2fd5d..00276e2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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