mirror of
https://github.com/neovim/neovim.git
synced 2026-07-22 00:51:33 +00:00
ci(provider): skip installing perl provider on macOS
The macOS CI jobs fail to properly install the perl provider, making the
entire thing fail.
(cherry picked from commit 79bf507449)
This commit is contained in:
committed by
github-actions[bot]
parent
2146a48587
commit
0e10b17164
@@ -14,5 +14,7 @@ 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'
|
||||
if [[ $CI_OS_NAME != osx ]]; then
|
||||
sudo cpanm -n Neovim::Ext || cat "$HOME/.cpanm/build.log"
|
||||
perl -W -e 'use Neovim::Ext; print $Neovim::Ext::VERSION'
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user