Skip to content

Commit 44bad0c

Browse files
fix riscof needs
1 parent c226829 commit 44bad0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

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

101101
riscof:
102102
timeout-minutes: 30
103-
needs: build_and_test
103+
needs: [build_ci_image, build_and_test]
104104
runs-on: ubuntu-latest
105105
container:
106106
image: ${{ needs.build_ci_image.outputs.image-primary-tag }}

0 commit comments

Comments
 (0)