Skip to content

Commit 270e4f4

Browse files
committed
ci: add missing need
1 parent 0797b0f commit 270e4f4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/v2.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,12 @@ jobs:
195195
env:
196196
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
197197
build-complete:
198-
needs: [build-linux, build-win, build-mac, build-mac-arm]
198+
needs:
199+
- build-linux
200+
- build-linux-arm
201+
- build-win
202+
- build-mac
203+
- build-mac-arm
199204
runs-on: ubuntu-latest
200205
steps:
201206
- name: Create artifacts directory

0 commit comments

Comments
 (0)