From 5ec858f68abf29e383234f7a7212c9dfb843d478 Mon Sep 17 00:00:00 2001 From: tillias Date: Sun, 8 Nov 2020 19:33:34 +0100 Subject: [PATCH] Fixing xvfb #96 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 71ec337..08e4925 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,7 +19,7 @@ jobs: echo '[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"' >> $BASH_ENV - run: name: Install xvfb - command: 'sudo apt-get install -y xvfb' + command: 'sudo apt-get update -y && sudo apt-get install -y xvfb' - run: name: Print Java Version command: 'java -version'