Skip to content

Commit

Permalink
Speed up make
Browse files Browse the repository at this point in the history
  • Loading branch information
kateinoigakukun committed Oct 31, 2023
1 parent c6eb6d3 commit 98e8a89
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 @@ -6,7 +6,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- run: make ci
- run: env GNUMAKEFLAGS=-j$((1 + $(nproc --all))) make ci
- uses: actions/upload-artifact@v3
with:
path: ./icu4c-wasi.tar.xz
Expand Down

0 comments on commit 98e8a89

Please sign in to comment.