fix(ci): install openssl-dev in musl build

This commit is contained in:
Luc Georges 2024-06-26 12:27:10 +02:00
parent bb5d54f25d
commit f5b94f903a
No known key found for this signature in database
GPG Key ID: 8A2B84C1466CDF50

View File

@ -99,7 +99,7 @@ jobs:
steps:
- name: Install dependencies
run: apk add --no-cache git clang lld musl-dev nodejs npm openssl-dev pkgconfig g++
run: apk add --no-cache git clang lld musl-dev nodejs npm openssl-dev pkgconfig g++ openssl-dev
- name: Checkout repository
uses: actions/checkout@v4