From a0f15d9ee9e1267d0cc53cecba0056a66386aec1 Mon Sep 17 00:00:00 2001 From: David Karoly Date: Sat, 19 Aug 2023 20:25:45 +0200 Subject: [PATCH] run bootstrap jam without parallelism --- .github/workflows/bootstrap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/bootstrap.yaml b/.github/workflows/bootstrap.yaml index 62915d0..a4663db 100644 --- a/.github/workflows/bootstrap.yaml +++ b/.github/workflows/bootstrap.yaml @@ -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