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.
2 parents 5778260 + c6fc2fd commit 1750ef0Copy full SHA for 1750ef0
.github/workflows/NodeJS.yml
@@ -164,6 +164,12 @@ jobs:
164
key: ${{ github.job }}-${{ matrix.target_arch }}
165
save: ${{ ( github.ref == 'refs/heads/main' || github.repository != 'duckdb/duckdb-node' ) && ( matrix.node == '19' ) }}
166
167
+ - name: Downgrade curl # fixes a bug with the brew curl that lead to failed downloads
168
+ shell: bash
169
+ run: |
170
+ brew uninstall --ignore-dependencies curl
171
+ which curl
172
+
173
- name: Setup
174
shell: bash
175
run: ./scripts/node_version.sh
0 commit comments