Skip to content

Commit

Permalink
swap to cross platform neovim installation
Browse files Browse the repository at this point in the history
  • Loading branch information
Kethku committed Jun 21, 2024
1 parent 52de01c commit 5cefecc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@ jobs:
neovim-version: [ "v0.9.0", "v0.9.1", "stable", "nightly" ]
os: [ windows-latest, ubuntu-latest ]
runs-on: ${{ matrix.os }}


steps:
- uses: actions/checkout@v3
- uses: MunifTanjim/setup-neovim-action@v1
- uses: rhysd/aciton-setup-vim@v1
with:
tag: ${{ matrix.neovim-version }}
neovim: true
version: ${{ matrix.neovim-version }}
- name: Install Neovim plugins
run: |
./script/setup-test-deps
Expand Down

0 comments on commit 5cefecc

Please sign in to comment.