fix(ci): remove inexistent package & add in musl build

This commit is contained in:
Luc Georges 2024-06-26 13:06:03 +02:00
parent 5210076ad9
commit 4aa0514058
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++ openssl-dev perl make linux-headers x86_64-linux-gnu-g++
run: apk add --no-cache git clang clang-dev lld musl-dev nodejs npm openssl-dev pkgconfig g++ openssl-dev perl make linux-headers
- name: Checkout repository
uses: actions/checkout@v4