Skip to content

Commit

Permalink
ci: fix due to neovim/neovim#22773
Browse files Browse the repository at this point in the history
  • Loading branch information
Allaman committed Apr 20, 2023
1 parent 2960caf commit 795b8fd
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- name: Install Neovim
shell: bash
run: |
wget -q https://github.com/neovim/neovim/releases/download/nightly/nvim-linux64.deb -O /tmp/nvim.deb
sudo dpkg -i /tmp/nvim.deb
- name: Install Neovim Nightly
uses: rhysd/action-setup-vim@v1
with:
neovim: true
version: nightly
- name: Run Tests
run: |
nvim --version
Expand Down

0 comments on commit 795b8fd

Please sign in to comment.