chore(ci): maybe changing way of installing vim will fix the CI?
This commit is contained in:
parent
c6a486bed0
commit
d809c89087
1 changed files with 3 additions and 4 deletions
7
.github/workflows/tests.yml
vendored
7
.github/workflows/tests.yml
vendored
|
|
@ -29,11 +29,10 @@ jobs:
|
|||
go-version: "1.24.0"
|
||||
check-latest: false
|
||||
|
||||
- name: Install NeoVim
|
||||
uses: rhysd/action-setup-vim@v1
|
||||
- name: Install Neovim
|
||||
uses: MunifTanjim/setup-neovim-action@v1
|
||||
with:
|
||||
neovim: true
|
||||
version: ${{ matrix.version }}
|
||||
tag: ${{ matrix.version }}
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue