Skip to content

Commit

Permalink
Fix curl build deps
Browse files Browse the repository at this point in the history
  • Loading branch information
smolnar committed Mar 21, 2024
1 parent d28c7f4 commit 1bd1a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
registry-url: "https://registry.npmjs.org"

- name: Install Required Packages
run: sudo apt-get install libpq-dev libcurl4-openssl-dev libssl-dev
run: sudo apt-get install libpq-dev libssl-dev libcurl3 libcurl3-gnutls libcurl4-openssl-dev

- name: Install Bundle
run: |
Expand Down

0 comments on commit 1bd1a35

Please sign in to comment.