File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
118118119119 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'
You can’t perform that action at this time.
0 commit comments