Skip to content

Commit f106c2b

Browse files
committed
restrict number of rustc jobs during build stage
1 parent 1397c5d commit f106c2b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,8 @@ jobs:
229229
- name: Build (release mode)
230230
uses: PyO3/maturin-action@v1
231231
if: inputs.build_mode == 'release'
232+
env:
233+
CARGO_BUILD_JOBS: 2
232234
with:
233235
target: aarch64-unknown-linux-gnu
234236
manylinux: "2_28"

0 commit comments

Comments
 (0)