Skip to content

Commit

Permalink
ci: fix dependency names for Linux Arm installation
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Jan 1, 2025
1 parent 039acc9 commit d8912ee
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,8 @@ jobs:
automake \
autoconf \
libtool \
nodejs
nodejs \
npm
;;
fedora*)
dnf update -q -y
Expand Down Expand Up @@ -238,18 +239,18 @@ jobs:
python3 \
tar \
cmake \
ninja \
musl-dev \
automake \
autoconf \
libtool \
nodejs && \
nodejs \
npm && \
cp /usr/lib/ninja-build/bin/ninja /usr/bin/ninja
;;
esac
npm i -g pnpm
run: |
npm i -g pnpm && \
pnpm install && \
pnpm run build
Expand Down

0 comments on commit d8912ee

Please sign in to comment.