Skip to content

Commit

Permalink
Merge branch 'main' of github.com:duckdb/duckdb-node
Browse files Browse the repository at this point in the history
  • Loading branch information
hannes committed Oct 11, 2023
2 parents 5778260 + c6fc2fd commit 1750ef0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/NodeJS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,12 @@ jobs:
key: ${{ github.job }}-${{ matrix.target_arch }}
save: ${{ ( github.ref == 'refs/heads/main' || github.repository != 'duckdb/duckdb-node' ) && ( matrix.node == '19' ) }}

- name: Downgrade curl # fixes a bug with the brew curl that lead to failed downloads
shell: bash
run: |
brew uninstall --ignore-dependencies curl
which curl
- name: Setup
shell: bash
run: ./scripts/node_version.sh
Expand Down

0 comments on commit 1750ef0

Please sign in to comment.