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 0cc13b5 commit d6901bcCopy full SHA for d6901bc
.github/workflows/NodeJS.yml
@@ -164,7 +164,7 @@ 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: Update curl
+ - 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
0 commit comments