We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09cec92 commit 74df9f6Copy full SHA for 74df9f6
1 file changed
.github/workflows/extension_ci.yml
@@ -108,7 +108,7 @@ jobs:
108
/home/runner/.pgrx
109
- name: Install sys dependencies
110
run: |
111
- sudo apt-get update && sudo apt-get install -y postgresql-client libopenblas-dev libreadline-dev
+ sudo apt-get update && sudo apt-get install -y wget pkg-config libssl-dev git gcc postgresql-client libopenblas-dev libreadline-dev
112
- uses: ./.github/actions/pgx-init
113
with:
114
working-directory: ./extension
0 commit comments