Skip to content

Commit c6fc2fd

Browse files
authored
Merge pull request #9 from hannes/curlfix
Downgrade curl to make nvm not fail on OSX
2 parents 5523e5b + 49bce57 commit c6fc2fd

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)