Skip to content

Commit

Permalink
Fix riscv-test job dependencies (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
lekcyjna123 committed Dec 3, 2023
1 parent c86b7fa commit ee90977
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
build-core:
name: Synthethise full core
name: Synthesize full core
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit ee90977

Please sign in to comment.