Skip to content

Commit fbc2bc7

Browse files
committed
Install development packages for PGDG packages
1 parent a7a95bf commit fbc2bc7

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

.github/workflows/runas.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
build-essential \
5050
llvm-14-dev libclang-14-dev clang-14 \
5151
gcc \
52+
libkrb5-dev \
5253
libssl-dev \
5354
libz-dev \
5455
make \
@@ -86,6 +87,9 @@ jobs:
8687
cargo --version
8788
pg_config --version
8889
90+
- name: pg_config details
91+
run: pg_config
92+
8993
- name: Install cargo pgrx
9094
run: cd cargo-pgrx && cargo install --path . --debug
9195

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,7 @@ jobs:
142142
build-essential \
143143
llvm-14-dev libclang-14-dev clang-14 \
144144
gcc \
145+
libkrb5-dev \
145146
libssl-dev \
146147
libz-dev \
147148
make \

0 commit comments

Comments
 (0)