Disabled parallel builds
Some checks failed
/ Build the server (push) Failing after 2m39s

This commit is contained in:
Mutzi 2024-04-13 14:32:41 +02:00
parent 55d1f4cc7f
commit a116a7b525
Signed by: root
GPG Key ID: 2437494E09F13876

View File

@ -17,7 +17,7 @@ jobs:
- run: mkdir build
- run: cmake -DCMAKE_BUILD_TYPE=Release ..
working-directory: build
- run: cmake --build . -j
- run: cmake --build .
working-directory: build
- uses: actions/upload-artifact@v3
with: