Skip to content

Commit

Permalink
github: remove -jX option from make
Browse files Browse the repository at this point in the history
  • Loading branch information
mofosyne committed May 27, 2024
1 parent 502f505 commit eea0b22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Build
shell: bash
run: |
make -j $(nproc)
make
- name: Make Llamafile
shell: bash
Expand Down

0 comments on commit eea0b22

Please sign in to comment.