Skip to content

Commit 49bce57

Browse files
committed
re-add dep
1 parent d6901bc commit 49bce57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/NodeJS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
if: startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' || github.repository != 'duckdb/duckdb-node'
127127
name: node.js OSX
128128
runs-on: macos-latest
129-
#needs: linux-nodejs
129+
needs: linux-nodejs
130130
strategy:
131131
matrix:
132132
target_arch: [ x64, arm64 ]

0 commit comments

Comments
 (0)