From a4c585ca56c31bee48ac1a0879f7fa081fe8e288 Mon Sep 17 00:00:00 2001 From: Jordan Carlin Date: Wed, 24 Jul 2024 19:51:31 -0700 Subject: [PATCH] Change number of riscof jobs in installation test action; restore default to 4 --- .github/workflows/install.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index c66187ff2..b63c57211 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -26,6 +26,7 @@ jobs: - name: make tests run: | source setup.sh + sed -i 's,jobs=4,jobs=3,g' "$WALLY"/tests/riscof/config.ini make riscof - name: make buildroot run: | @@ -81,6 +82,7 @@ jobs: - name: make tests run: | source setup.sh + sed -i 's,jobs=4,jobs=3,g' "$WALLY"/tests/riscof/config.ini make riscof - name: make buildroot run: |