We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6901bc commit 49bce57Copy full SHA for 49bce57
.github/workflows/NodeJS.yml
@@ -126,7 +126,7 @@ jobs:
126
if: startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' || github.repository != 'duckdb/duckdb-node'
127
name: node.js OSX
128
runs-on: macos-latest
129
- #needs: linux-nodejs
+ needs: linux-nodejs
130
strategy:
131
matrix:
132
target_arch: [ x64, arm64 ]
0 commit comments