Skip to content

Commit 9aaa3c0

Browse files
committed
Use vim from the Ubuntu repo
1 parent ac2cccb commit 9aaa3c0

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,7 @@ jobs:
3232
- name: Dependencies
3333
run: |
3434
sudo apt-get update
35-
sudo apt-get install lua-check neovim
36-
# Manually installing Vim is necessary until the repo version includes
37-
# support for vim9script.
38-
git clone https://github.com/vim/vim.git
39-
cd vim
40-
./configure
41-
make -j $(nproc)
42-
sudo make install
35+
sudo apt-get install lua-check neovim vim
4336
4437
- name: Check Help Tags
4538
run: |

0 commit comments

Comments
 (0)