Skip to content

Commit 1750ef0

Browse files
committed
Merge branch 'main' of github.com:duckdb/duckdb-node
2 parents 5778260 + c6fc2fd commit 1750ef0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/NodeJS.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,12 @@ jobs:
164164
key: ${{ github.job }}-${{ matrix.target_arch }}
165165
save: ${{ ( github.ref == 'refs/heads/main' || github.repository != 'duckdb/duckdb-node' ) && ( matrix.node == '19' ) }}
166166

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+
167173
- name: Setup
168174
shell: bash
169175
run: ./scripts/node_version.sh

0 commit comments

Comments
 (0)