add missing run
Some checks failed
/ build-test (pull_request) Failing after 4m7s

This commit is contained in:
Antoine Martin 2024-08-24 10:40:22 -04:00
parent d40449db40
commit bad525a520
Signed by: ayakael
GPG key ID: D62A472A4AA7D541

View file

@ -43,6 +43,7 @@ jobs:
python2 ./deps.py python2 ./deps.py
cd ../../ cd ../../
- name: Onlyoffice server build - name: Onlyoffice server build
run: |
python2 ./configure.py --update 0 --module "server" --qt-dir $(pwd)/system_qt python2 ./configure.py --update 0 --module "server" --qt-dir $(pwd)/system_qt
python2 ./make.py python2 ./make.py
- name: Package upload - name: Package upload