mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06: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:
parent
999879a512
commit
3a3e025126
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -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
|
||||
sudo cpanm -n Neovim::Ext || cat "$HOME/.cpanm/build.log"
|
||||
perl -W -e 'use Neovim::Ext; print $Neovim::Ext::VERSION'
|
||||
|
||||
- uses: ./.github/actions/cache
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user