Skip to content

Commit 193a453

Browse files
committed
build against latest libressl
1 parent f7254ed commit 193a453

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

+4
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,12 @@ jobs:
5252
libssl: libressl
5353
- image: "alpine:latest"
5454
libssl: openssl
55+
- image: "alpine:latest"
56+
libssl: libressl
5557
- image: "alpine:edge"
5658
libssl: openssl
59+
- image: "alpine:edge"
60+
libssl: libressl
5761
container:
5862
image: ${{ matrix.image }}
5963
steps:

0 commit comments

Comments
 (0)