Skip to content

Commit

Permalink
Leave the 4x parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
Systemcluster committed Aug 11, 2024
1 parent 9bbb41c commit 358475d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ jobs:
) || exit 1;
}
export -f build
ls examples | grep -v README | grep -v raytrace | grep -v deno | grep -v wasm-audio-worklet | parallel -j6 build
ls examples | grep -v README | grep -v raytrace | grep -v deno | grep -v wasm-audio-worklet | parallel -j4 build
env:
RUSTFLAGS: --cfg=web_sys_unstable_apis
- uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 358475d

Please sign in to comment.