Skip to content

Commit d313de0

Browse files
fix riscof needs
1 parent c226829 commit d313de0

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,9 @@ jobs:
100100

101101
riscof:
102102
timeout-minutes: 30
103-
needs: build_and_test
103+
needs:
104+
- build_ci_image
105+
- build_and_test
104106
runs-on: ubuntu-latest
105107
container:
106108
image: ${{ needs.build_ci_image.outputs.image-primary-tag }}

0 commit comments

Comments
 (0)