diff --git a/.forgejo/workflows/test-build.yaml b/.forgejo/workflows/test-build.yaml index c5191e7..36c89d9 100644 --- a/.forgejo/workflows/test-build.yaml +++ b/.forgejo/workflows/test-build.yaml @@ -34,9 +34,7 @@ jobs: - name: Building onlyoffice run: | cd onlyoffice-document-server/build_tools - ./configure.py \ - --update 0 \ - --module "server" + ./configure.py --update 0 --module "server" ./make.py - name: Package upload uses: forgejo/upload-artifact@v3