apt update
Some checks failed
/ build-test (pull_request) Failing after 37m44s

This commit is contained in:
Antoine Martin 2024-08-23 15:59:20 -04:00
parent 1efe7a7eb3
commit 3911d3b318
Signed by: ayakael
GPG key ID: D62A472A4AA7D541

View file

@ -9,7 +9,9 @@ jobs:
image: ubuntu:16.04
steps:
- name: Environment setup
run: apt-get install -y python git sudo
run: |
apt-get update
apt-get install -y python git sudo
- name: Cloning build tools
run: git clone https://github.com/ONLYOFFICE/build_tools.git -b v8.1.1.39
- name: Building onlyoffice