Skip to content

Commit d6901bc

Browse files
committed
fix_comment
1 parent 0cc13b5 commit d6901bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/NodeJS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ 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: Update curl
167+
- name: Downgrade curl # fixes a bug with the brew curl that lead to failed downloads
168168
shell: bash
169169
run: |
170170
brew uninstall --ignore-dependencies curl

0 commit comments

Comments
 (0)