mirror of
https://github.com/neovim/neovim.git
synced 2025-12-11 17:12:40 +00:00
ci: install perl provider on mac
Perl provider installation was previously disabled on mac due to a
version conflict in 79bf507449. It is no
longer present, so we enable it.
This commit is contained in:
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@@ -161,10 +161,8 @@ jobs:
|
|||||||
npm install -g neovim
|
npm install -g neovim
|
||||||
npm link neovim
|
npm link neovim
|
||||||
|
|
||||||
if [[ $RUNNER_OS != macOS ]]; then
|
sudo cpanm -n Neovim::Ext || cat "$HOME/.cpanm/build.log"
|
||||||
sudo cpanm -n Neovim::Ext || cat "$HOME/.cpanm/build.log"
|
perl -W -e 'use Neovim::Ext; print $Neovim::Ext::VERSION'
|
||||||
perl -W -e 'use Neovim::Ext; print $Neovim::Ext::VERSION'
|
|
||||||
fi
|
|
||||||
|
|
||||||
- uses: ./.github/actions/cache
|
- uses: ./.github/actions/cache
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user