Skip to content

Commit

Permalink
Don't use nproc in macOS CI
Browse files Browse the repository at this point in the history
  • Loading branch information
calcmogul committed Jul 10, 2024
1 parent 479ede5 commit fe5b99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Generate PDF
run: |
eval `/usr/libexec/path_helper`
make -j$(nproc) ebook
make -j4 ebook
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit fe5b99e

Please sign in to comment.