Enabled parallel builds again
All checks were successful
/ Build the server (push) Successful in 3m34s

This commit is contained in:
2024-04-13 14:36:03 +02:00
parent a116a7b525
commit 2a225ca9cb

View File

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