Skip to content

Commit

Permalink
chore: Run update apt before installing xserver-xephyr in the CI job (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
rpl committed Jan 18, 2022
1 parent 780518e commit becce92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit becce92

Please sign in to comment.