Skip to content

Commit

Permalink
Fixing xvfb #96
Browse files Browse the repository at this point in the history
  • Loading branch information
tillias committed Nov 8, 2020
1 parent ba691d3 commit 5ec858f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 5ec858f

Please sign in to comment.