Skip to content

Commit

Permalink
cicleci fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DEgITx committed May 20, 2023
1 parent 2c58fa6 commit 2726535
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
working_directory: ~/repo

steps:
- run: sudo apt-get install libgconf-2-4
- run: sudo apt-get update
- run: sudo apt-get install libgconf-2-4 xvfb
- run: sudo /usr/bin/Xvfb :0 -screen 0 1280x1024x24 &

- checkout

Expand Down

0 comments on commit 2726535

Please sign in to comment.