Skip to content

Commit

Permalink
feat: action should include libpq
Browse files Browse the repository at this point in the history
  • Loading branch information
l-monninger authored Nov 13, 2023
1 parent 7be592b commit 4c8efe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-linux-x86_64/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ runs:
steps:

- name: Install build essentials
run: sudo apt-get update && sudo apt-get install -y build-essential lld
run: sudo apt-get update && sudo apt-get install -y build-essential lld libpq-dev
shell: bash

- name: Set up Rust
Expand Down

0 comments on commit 4c8efe9

Please sign in to comment.