From a3b1581badfdf05a382cc68ff4f0e54558c740b8 Mon Sep 17 00:00:00 2001 From: YRabbit Date: Mon, 27 Nov 2023 15:36:36 +1000 Subject: [PATCH] wip --- .github/workflows/chipdb.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/chipdb.yml b/.github/workflows/chipdb.yml index bfa5529c..e347bac7 100644 --- a/.github/workflows/chipdb.yml +++ b/.github/workflows/chipdb.yml @@ -298,7 +298,7 @@ jobs: cd yosys git checkout ${{ matrix.yosys }} make config-gcc - make -j$(nproc) + make -j1 sudo make install cd ../nextpnr git checkout ${{ matrix.nextpnr }} @@ -306,9 +306,9 @@ jobs: make -j$(nproc) sudo make install cd ../examples - make -j$(nproc) all + make -j1 all cd himbaechel - make -j$(nproc) -f Makefile.himbaechel all + make -j1 -f Makefile.himbaechel all - name: Archive artifact uses: actions/upload-artifact@v3 with: