From ee9097713261ca903096ded92555a050ee100d1b Mon Sep 17 00:00:00 2001 From: lekcyjna123 <34948061+lekcyjna123@users.noreply.github.com> Date: Sun, 3 Dec 2023 18:07:21 +0100 Subject: [PATCH] Fix riscv-test job dependencies (#533) --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d32c7ce1b..56b3dbed2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ on: jobs: build-core: - name: Synthethise full core + name: Synthesize full core runs-on: ubuntu-latest timeout-minutes: 5 steps: @@ -175,7 +175,7 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 10 container: ghcr.io/kuznia-rdzeni/verilator:v5.008-2023.11.19_v - needs: build-regression-tests + needs: [ build-regression-tests, build-core ] steps: - name: Checkout uses: actions/checkout@v3