Skip to content

Commit d8912ee

Browse files
committed
ci: fix dependency names for Linux Arm installation
1 parent 039acc9 commit d8912ee

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,8 @@ jobs:
199199
automake \
200200
autoconf \
201201
libtool \
202-
nodejs
202+
nodejs \
203+
npm
203204
;;
204205
fedora*)
205206
dnf update -q -y
@@ -238,18 +239,18 @@ jobs:
238239
python3 \
239240
tar \
240241
cmake \
241-
ninja \
242242
musl-dev \
243243
automake \
244244
autoconf \
245245
libtool \
246-
nodejs && \
246+
nodejs \
247+
npm && \
247248
cp /usr/lib/ninja-build/bin/ninja /usr/bin/ninja
248249
;;
249250
esac
251+
npm i -g pnpm
250252
251253
run: |
252-
npm i -g pnpm && \
253254
pnpm install && \
254255
pnpm run build
255256

0 commit comments

Comments
 (0)