Wrong name for package
Try loading the plugin into nvim / build (ubuntu-20.04) (push) Successful in 42s Details

This commit is contained in:
Yannick Reiß 2024-12-18 11:11:38 +01:00
parent dcdf4ad6ee
commit 7cfca8e9e4
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
- name: Prepare system
run: |
apt-get update -qy
apt install -y neovim python3-nvim
apt install -y neovim python3-neovim
- name: Load plugin into neovim
run: |