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"
|
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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue