Skip to content

Commit f2251f2

Browse files
committed
fix(ci): install perl in musl build
1 parent c2850ee commit f2251f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999

100100
steps:
101101
- name: Install dependencies
102-
run: apk add --no-cache git clang lld musl-dev nodejs npm openssl-dev pkgconfig g++ openssl-dev
102+
run: apk add --no-cache git clang lld musl-dev nodejs npm openssl-dev pkgconfig g++ openssl-dev perl
103103

104104
- name: Checkout repository
105105
uses: actions/checkout@v4

0 commit comments

Comments
 (0)