Skip to content

Commit

Permalink
Use vim from the Ubuntu repo
Browse files Browse the repository at this point in the history
  • Loading branch information
dstein64 committed Jan 30, 2025
1 parent ac2cccb commit 9aaa3c0
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,7 @@ jobs:
- name: Dependencies
run: |
sudo apt-get update
sudo apt-get install lua-check neovim
# Manually installing Vim is necessary until the repo version includes
# support for vim9script.
git clone https://github.com/vim/vim.git
cd vim
./configure
make -j $(nproc)
sudo make install
sudo apt-get install lua-check neovim vim
- name: Check Help Tags
run: |
Expand Down

0 comments on commit 9aaa3c0

Please sign in to comment.