No sudo ?
This commit is contained in:
parent
bd48b00acc
commit
b5cd5ea891
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ pool:
|
|||
container: 'ubuntu:18.04'
|
||||
|
||||
steps:
|
||||
- script: sudo apt-get install python3-dev vim
|
||||
- script: apt-get install python3-dev vim
|
||||
displayName: 'Install vim'
|
||||
|
||||
- script: python3 install_gadget.py
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue