Skip to content

Commit 112bd40

Browse files
test
1 parent 7446948 commit 112bd40

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636

3737
build:
3838
runs-on: ubuntu-latest
39+
needs: build-native-arm
3940

4041
steps:
4142
- uses: actions/checkout@v4
@@ -54,6 +55,7 @@ jobs:
5455

5556
- name: Download ARM prebuilds
5657
uses: actions/download-artifact@v4
58+
needs: build-native-arm
5759
with:
5860
name: arm-prebuilds
5961
path: packages/core/prebuilds

0 commit comments

Comments
 (0)