Skip to content

Commit

Permalink
CI: use all available cores to compile code.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitequark committed Jul 23, 2024
1 parent cca633f commit 6b22058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
ccache --max-size=2G -z
- name: Build WASM binaries
run: |
./build.sh
MAKEFLAGS=-j$(nproc) ./build.sh
- name: Build Python artifacts
run: |
./package-pypi-ice40.sh
Expand Down

0 comments on commit 6b22058

Please sign in to comment.