Skip to content

Commit 6c9cd1e

Browse files
We need openssl to build with USE_TLS=1
1 parent 39bb35e commit 6c9cd1e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,10 @@ jobs:
179179
solarisstudio
180180
181181
sudo pkg install --accept developerstudio-126/cc
182+
sudo pkg install \
183+
library/security/openssl-11 \
184+
library/security/openssl-11/library
185+
182186
183187
run: |
184188
set -e

0 commit comments

Comments
 (0)