This commit is contained in:
parent
f51fb404cc
commit
1efe7a7eb3
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ jobs:
|
||||||
image: ubuntu:16.04
|
image: ubuntu:16.04
|
||||||
steps:
|
steps:
|
||||||
- name: Environment setup
|
- name: Environment setup
|
||||||
run: sudo apt-get install -y python git
|
run: apt-get install -y python git sudo
|
||||||
- name: Cloning build tools
|
- name: Cloning build tools
|
||||||
run: git clone https://github.com/ONLYOFFICE/build_tools.git -b v8.1.1.39
|
run: git clone https://github.com/ONLYOFFICE/build_tools.git -b v8.1.1.39
|
||||||
- name: Building onlyoffice
|
- name: Building onlyoffice
|
||||||
|
|
Loading…
Add table
Reference in a new issue