Skip to content

Commit 58119e0

Browse files
committed
ci: update llvm releases required workflows
1 parent 63c958a commit 58119e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ jobs:
602602
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
603603

604604
llvm-releases:
605-
needs: build
605+
needs: [build, cpp-matrix]
606606

607607
strategy:
608608
fail-fast: false

0 commit comments

Comments
 (0)