Skip to content

Commit

Permalink
fix(ci): install dependencies as root
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorainville committed Feb 22, 2018
1 parent 80832c9 commit e8c8e67
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 @@ -31,7 +31,7 @@ jobs:
- v1-dependencies-

# install Cypress dependencies
- run: sudo apt-get update && apt-get install -y libgtk2.0-0 libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 xvfb
- run: sudo apt-get update && sudo apt-get install -y libgtk2.0-0 libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2 xvfb

- run: npm install

Expand Down

0 comments on commit e8c8e67

Please sign in to comment.