Skip to content

Commit

Permalink
Use sudo for apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
scottmckenzie committed May 21, 2020
1 parent 02d9e7e commit 37e9a11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ variables:
release: 'v19.07.3'

steps:
- script: apt-get -q -y install libncursesw5-dev
- script: sudo apt-get -q -y install libncursesw5-dev
displayName: 'Install dependencies'

- script: |
Expand Down

0 comments on commit 37e9a11

Please sign in to comment.