mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Use 'sudo' for apt-get invocations
This commit is contained in:
@@ -17,8 +17,8 @@ phases:
|
||||
displayName: Update npm
|
||||
|
||||
- script: |
|
||||
apt-get update
|
||||
apt-get install -y --no-install-recommends build-essential xvfb clang-3.5 fakeroot git libsecret-1-dev rpm libx11-dev libxkbfile-dev xz-utils xorriso zsync libxss1 libgconf2-4 libgtk-3-0
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y --no-install-recommends build-essential xvfb clang-3.5 fakeroot git libsecret-1-dev rpm libx11-dev libxkbfile-dev xz-utils xorriso zsync libxss1 libgconf2-4 libgtk-3-0
|
||||
displayName: Install apt dependencies
|
||||
|
||||
- script: |
|
||||
|
||||
Reference in New Issue
Block a user