Skip to content

Commit 74df9f6

Browse files
committed
missing deps on self hosted runner
1 parent 09cec92 commit 74df9f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/extension_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
/home/runner/.pgrx
109109
- name: Install sys dependencies
110110
run: |
111-
sudo apt-get update && sudo apt-get install -y postgresql-client libopenblas-dev libreadline-dev
111+
sudo apt-get update && sudo apt-get install -y wget pkg-config libssl-dev git gcc postgresql-client libopenblas-dev libreadline-dev
112112
- uses: ./.github/actions/pgx-init
113113
with:
114114
working-directory: ./extension

0 commit comments

Comments
 (0)