sudo
This commit is contained in:
parent
5ee6fc4e19
commit
537b05f656
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ jobs:
|
|||
- checkout
|
||||
- run:
|
||||
name: Install buildtools
|
||||
command: apt-get install autoconf automake g++ libtool || true
|
||||
command: sudo apt-get install autoconf automake g++ libtool || true
|
||||
- run:
|
||||
name: Update Version Number of App
|
||||
command: sudo chmod +x resources/version.sh && ./resources/version.sh || true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue