diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index efc2bdf..88d3e41 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,8 +52,12 @@ jobs: libssl: libressl - image: "alpine:latest" libssl: openssl + - image: "alpine:latest" + libssl: libressl - image: "alpine:edge" libssl: openssl + - image: "alpine:edge" + libssl: libressl container: image: ${{ matrix.image }} steps: