Skip to content

Commit d915c56

Browse files
committed
add node dep to dylib
1 parent 1b3b014 commit d915c56

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,10 @@ jobs:
6262
with:
6363
xcode-version: "16.0.0"
6464

65+
# Used by Makefile dependencies.
66+
- name: Setup Node
67+
uses: ./.github/actions/setup-node
68+
6569
- name: Setup Go
6670
uses: ./.github/actions/setup-go
6771

0 commit comments

Comments
 (0)