need sudo here

This commit is contained in:
Jean-Paul Calderone 2018-06-15 14:55:57 -04:00
parent 82b07f3714
commit 0abb7cf350

View File

@ -214,7 +214,11 @@ jobs:
# Unfortunately, duplicate all the steps here but run with `sudo`.
steps:
- run: *INSTALL_GIT
- run:
node: "Install Git"
command: |
sudo apt-get --quiet update
sudo apt-get --quiet --yes install git
- "checkout"