Skip to content

Commit 6674069

Browse files
committed
fix(linux-musl/workflow): removed useless dependencies
1 parent 6fb222c commit 6674069

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113

114114
- name: linux-musl x86_64 install dependencies
115115
if: contains(matrix.name, 'linux-musl') && matrix.arch == 'x86_64'
116-
run: apk update && apk add --no-cache git gcc make sqlite musl-dev linux-headers rust cargo bash curl pkgconf openssl-dev nodejs npm
116+
run: apk update && apk add --no-cache git gcc make sqlite musl-dev linux-headers rust cargo bash curl pkgconf openssl-dev
117117

118118
- uses: actions/[email protected]
119119
with:
@@ -135,7 +135,7 @@ jobs:
135135
-w /workspace \
136136
alpine:latest \
137137
tail -f /dev/null
138-
docker exec alpine sh -c "apk update && apk add --no-cache git gcc make sqlite musl-dev linux-headers rust cargo bash curl pkgconf openssl-dev nodejs npm"
138+
docker exec alpine sh -c "apk update && apk add --no-cache git gcc make sqlite musl-dev linux-headers rust cargo bash curl pkgconf openssl-dev"
139139
140140
- name: windows install dependencies
141141
if: matrix.name == 'windows'

0 commit comments

Comments
 (0)