Skip to content

Commit f89111d

Browse files
committed
fix(workflow): update arm64 dependencies for linux-musl job to include linux-libc-dev and wget
1 parent dfec330 commit f89111d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
if: matrix.name == 'linux-musl' && matrix.arch == 'arm64'
8787
run: |
8888
sudo apt-get update
89-
sudo apt-get install -y gcc make curl sqlite3 musl-dev musl-tools linux-headers-generic
89+
sudo apt-get install -y gcc make curl sqlite3 musl-dev musl-tools linux-libc-dev wget
9090
9191
# Build OpenSSL for musl
9292
wget https://www.openssl.org/source/openssl-3.0.15.tar.gz

0 commit comments

Comments
 (0)