chore(ci): maybe changing way of installing vim will fix the CI?

This commit is contained in:
Oleksandr Smirnov 2025-02-27 20:26:18 +02:00
parent c6a486bed0
commit d809c89087
No known key found for this signature in database

View file

@ -29,11 +29,10 @@ jobs:
go-version: "1.24.0" go-version: "1.24.0"
check-latest: false check-latest: false
- name: Install NeoVim - name: Install Neovim
uses: rhysd/action-setup-vim@v1 uses: MunifTanjim/setup-neovim-action@v1
with: with:
neovim: true tag: ${{ matrix.version }}
version: ${{ matrix.version }}
- uses: actions/checkout@v3 - uses: actions/checkout@v3