dont use pushd popd
Some checks failed
/ build-test (pull_request) Failing after 0s

This commit is contained in:
Antoine Martin 2024-08-24 10:39:07 -04:00
parent 11e79d4160
commit d40449db40
Signed by: ayakael
GPG key ID: D62A472A4AA7D541

View file

@ -39,9 +39,9 @@ jobs:
ln -s /usr/lib/x86_64-linux-gnu ./system_qt/gcc_64/lib
ln -s /usr/lib/x86_64-linux-gnu/qt5/bin ./system_qt/gcc_64/bin
ln -s /usr/lib/x86_64-linux-gnu/qt5/plugins ./system_qt/gcc_64/plugins
pushd tools/linux
cd tools/linux
python2 ./deps.py
popd
cd ../../
- name: Onlyoffice server build
python2 ./configure.py --update 0 --module "server" --qt-dir $(pwd)/system_qt
python2 ./make.py