Skip to content

Commit dd0447f

Browse files
committed
build: add openssl configuration to mac build
1 parent 93eb7cf commit dd0447f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,7 @@ jobs:
271271
icu4c \
272272
llvm \
273273
lz4 \
274+
openssl \
274275
pkg-config \
275276
readline \
276277
xz \
@@ -302,6 +303,7 @@ jobs:
302303
--with-libxslt \
303304
$([ $major_version -ge 16 ] && echo "--with-llvm") \
304305
$([ $major_version -ge 14 ] && echo "--with-lz4") \
306+
--with-openssl \
305307
--with-pgport=5432 \
306308
$([ $major_version -ge 15 ] && echo "--with-python") \
307309
--with-readline \

0 commit comments

Comments
 (0)