find patches
Some checks failed
/ build-test (pull_request) Failing after 3m47s

This commit is contained in:
Antoine Martin 2024-08-23 17:50:46 -04:00
parent 8089a1aa73
commit d8b72c1ad7
Signed by: ayakael
GPG key ID: D62A472A4AA7D541

View file

@ -34,8 +34,8 @@ jobs:
run: git clone https://github.com/ONLYOFFICE/onlyoffice.github.io onlyoffice-document-server/onlyoffice.github.io
- name: Applying patches
run: |
patch -p1 -d onlyoffice-document-server -i web-apps.patch
patch -p1 -d onlyoffice-document-server -i server.patch
patch -p1 -d onlyoffice-document-server/web-apps -i $GITHUB_WORKSPACE/web-apps.patch
patch -p1 -d onlyoffice-document-server/server -i $GITHUB_WORKSAPCE/server.patch
- name: Building onlyoffice
run: |
cd onlyoffice-document-server/build_tools