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 93eb7cf commit dd0447fCopy full SHA for dd0447f
.github/workflows/build.yml
@@ -271,6 +271,7 @@ jobs:
271
icu4c \
272
llvm \
273
lz4 \
274
+ openssl \
275
pkg-config \
276
readline \
277
xz \
@@ -302,6 +303,7 @@ jobs:
302
303
--with-libxslt \
304
$([ $major_version -ge 16 ] && echo "--with-llvm") \
305
$([ $major_version -ge 14 ] && echo "--with-lz4") \
306
+ --with-openssl \
307
--with-pgport=5432 \
308
$([ $major_version -ge 15 ] && echo "--with-python") \
309
--with-readline \
0 commit comments