Skip to content

Commit

Permalink
run bootstrap jam without parallelism
Browse files Browse the repository at this point in the history
  • Loading branch information
davidkaroly committed Aug 19, 2023
1 parent 2b43158 commit a0f15d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bootstrap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ jobs:

- name: jam @bootstrap-raw for ${{ matrix.target }}
working-directory: build
run: jam -j$(nproc) -q @bootstrap-raw
run: jam -q @bootstrap-raw

0 comments on commit a0f15d9

Please sign in to comment.