From d40449db4094c7a7e0caaa5a9c8e07fbe7519d9f Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sat, 24 Aug 2024 10:39:07 -0400 Subject: [PATCH] dont use pushd popd --- .forgejo/workflows/test-build.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/test-build.yaml b/.forgejo/workflows/test-build.yaml index b7f103c..0a02527 100644 --- a/.forgejo/workflows/test-build.yaml +++ b/.forgejo/workflows/test-build.yaml @@ -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