We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 039acc9 commit d8912eeCopy full SHA for d8912ee
.github/workflows/CI.yml
@@ -199,7 +199,8 @@ jobs:
199
automake \
200
autoconf \
201
libtool \
202
- nodejs
+ nodejs \
203
+ npm
204
;;
205
fedora*)
206
dnf update -q -y
@@ -238,18 +239,18 @@ jobs:
238
239
python3 \
240
tar \
241
cmake \
- ninja \
242
musl-dev \
243
244
245
246
- nodejs && \
247
+ npm && \
248
cp /usr/lib/ninja-build/bin/ninja /usr/bin/ninja
249
250
esac
251
+ npm i -g pnpm
252
253
run: |
- npm i -g pnpm && \
254
pnpm install && \
255
pnpm run build
256
0 commit comments