Skip to content

Commit 3a58dff

Browse files
committed
fix ci build-mac dep
1 parent 67b51f1 commit 3a58dff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

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

140140
release:
141141
runs-on: ubuntu-latest
142-
needs: [build-linux-all, build-windows-pybind]
142+
needs: [build-linux-all, build-windows-pybind, build-mac]
143143
permissions:
144144
contents: write
145145
steps:

0 commit comments

Comments
 (0)