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
|
- checkout
|
||||||
- run:
|
- run:
|
||||||
name: Install buildtools
|
name: Install buildtools
|
||||||
command: apt-get install autoconf automake g++ libtool || true
|
command: sudo apt-get install autoconf automake g++ libtool || true
|
||||||
- run:
|
- run:
|
||||||
name: Update Version Number of App
|
name: Update Version Number of App
|
||||||
command: sudo chmod +x resources/version.sh && ./resources/version.sh || true
|
command: sudo chmod +x resources/version.sh && ./resources/version.sh || true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue