Skip to content

Commit

Permalink
chore: update vim and neovim versions for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
lervag committed Apr 21, 2024
1 parent fa7dcd4 commit 52ff9fc
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,20 @@ jobs:
steps:
- name: Install packages
run: |
sudo add-apt-repository ppa:neovim-ppa/stable
sudo apt update
sudo apt install \
vim neovim moreutils gcc \
texlive texlive-latex-extra texlive-extra-utils \
texlive-bibtex-extra libtext-bibtex-perl \
texlive-publishers \
latexmk \
libmodule-build-perl \
libconfig-autoconf-perl \
libextutils-libbuilder-perl
- uses: jdx/mise-action@v2
with:
tool_versions: |
neovim 0.9.5
vim 9.1.0
- uses: actions/checkout@master
with:
fetch-depth: 1
Expand Down

0 comments on commit 52ff9fc

Please sign in to comment.