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:
dundargoc 2023-10-20 20:36:23 +02:00 committed by dundargoc
parent 999879a512
commit 3a3e025126

View File

@ -161,10 +161,8 @@ jobs:
npm install -g neovim
npm link neovim
if [[ $RUNNER_OS != macOS ]]; then
sudo cpanm -n Neovim::Ext || cat "$HOME/.cpanm/build.log"
perl -W -e 'use Neovim::Ext; print $Neovim::Ext::VERSION'
fi
- uses: ./.github/actions/cache