Skip to content

Commit

Permalink
Try using sudo for installing libgbm-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
jtwillis92 committed Jul 15, 2021
1 parent 6d6b16f commit 3b53a3e
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 @@ -333,7 +333,9 @@ jobs:
fi
- run:
name: "Install lib bindings for Cypress"
command: "apt-get install -y libgbm-dev"
command: |
sudo apt-get update
sudo apt-get install -y libgbm-dev
- run:
name: "Run Cypress Integration Tests"
command: "cd tdrs-frontend; yarn cy:run:ci"
Expand Down

0 comments on commit 3b53a3e

Please sign in to comment.