ci(arm64): skip installing npm to prevent segmentation faults

Installing npm on linux arm64 causes intermittent segmentation faults
for unknown reasons.

Closes https://github.com/neovim/neovim/issues/32339.
This commit is contained in:
dundargoc
2025-02-05 22:53:24 +01:00
committed by dundargoc
parent a9cdf76e3a
commit 818a2980db
2 changed files with 14 additions and 7 deletions

View File

@@ -139,10 +139,6 @@ jobs:
echo "Install neovim RubyGem."
gem install --no-document --bindir "$BIN_DIR" --user-install --pre neovim
echo "Install neovim npm package"
npm install -g neovim
npm link neovim
sudo cpanm -n Neovim::Ext || cat "$HOME/.cpanm/build.log"
perl -W -e 'use Neovim::Ext; print $Neovim::Ext::VERSION'