Enabled parallel builds again
All checks were successful
/ Build the server (push) Successful in 3m34s
All checks were successful
/ Build the server (push) Successful in 3m34s
This commit is contained in:
parent
a116a7b525
commit
2a225ca9cb
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user