Skip to content

Commit

Permalink
Add sudos to CircleCI config.
Browse files Browse the repository at this point in the history
  • Loading branch information
kaitoy committed May 27, 2019
1 parent 066f874 commit d0e3ab0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
- run:
name: Install libpcap
command: |
apt-get update
apt-get install -y libpcap0.8
sudo apt-get update
sudo apt-get install -y libpcap0.8
- run:
name: Run mvnw verify
command: ./mvnw verify --global-toolchains mvn/toolchains_circleci_10.xml
command: sudo ./mvnw verify --global-toolchains mvn/toolchains_circleci_10.xml

workflows:
version: 2
Expand Down

0 comments on commit d0e3ab0

Please sign in to comment.