fix ci
This commit is contained in:
parent
d15a0351d4
commit
5ee6fc4e19
1 changed files with 3 additions and 0 deletions
|
@ -15,6 +15,9 @@ jobs:
|
|||
executor: cider-ci
|
||||
steps:
|
||||
- checkout
|
||||
- run:
|
||||
name: Install buildtools
|
||||
command: 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