forgejo-ci: cd to build before patching
Some checks failed
/ release-deploy (push) Blocked by required conditions
/ release-build (push) Has been cancelled

This commit is contained in:
Antoine Martin 2024-08-24 22:09:52 -04:00
parent b8ea58e005
commit 67e4ae3433
Signed by: ayakael
GPG key ID: D62A472A4AA7D541

View file

@ -33,8 +33,9 @@ jobs:
git clone https://github.com/ONLYOFFICE/document-server-package.git -b v$pkgver.$buildno build/document-server-package git clone https://github.com/ONLYOFFICE/document-server-package.git -b v$pkgver.$buildno build/document-server-package
- name: Applying patches - name: Applying patches
run: | run: |
git -C build apply -v --ignore-space-change --ignore-whitespace $GITHUB_WORKSPACE/core_v8-no-enum-constexrp-conversion.patch cd build
git -C build apply -v --ignore-space-change --ignore-whitespace $GITHUB_WORKSPACE/disable-licensing-limits.patch git apply -v --ignore-space-change --ignore-whitespace $GITHUB_WORKSPACE/core_v8-no-enum-constexrp-conversion.patch
git apply -v --ignore-space-change --ignore-whitespace $GITHUB_WORKSPACE/disable-licensing-limits.patch
- name: Development setup - name: Development setup
run: | run: |
mkdir -p build/build_tools/system_qt-$qtver/gcc_64 mkdir -p build/build_tools/system_qt-$qtver/gcc_64