We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7a95bf commit fbc2bc7Copy full SHA for fbc2bc7
.github/workflows/runas.yml
@@ -49,6 +49,7 @@ jobs:
49
build-essential \
50
llvm-14-dev libclang-14-dev clang-14 \
51
gcc \
52
+ libkrb5-dev \
53
libssl-dev \
54
libz-dev \
55
make \
@@ -86,6 +87,9 @@ jobs:
86
87
cargo --version
88
pg_config --version
89
90
+ - name: pg_config details
91
+ run: pg_config
92
+
93
- name: Install cargo pgrx
94
run: cd cargo-pgrx && cargo install --path . --debug
95
.github/workflows/tests.yml
@@ -142,6 +142,7 @@ jobs:
142
143
144
145
146
147
148
0 commit comments