Re-enable parallel builds

We never knew why they broke on CI last time and not on any of
machines.. checking if that was a setup issue on github side.  This
woudl enable much faster builds.
This commit is contained in:
Cedric
2024-12-28 16:16:27 +00:00
parent 972edd651b
commit 69acb8c04d

View File

@@ -64,7 +64,7 @@ jobs:
options: -v ${{ github.workspace }}:/app
run: |
cd /app/book
make bake
make -j bake
- name: Release baked book to S3
uses: shallwefootball/s3-upload-action@master
with: