From 9aaa3c0880e63a8934ba58a430c6139225bba238 Mon Sep 17 00:00:00 2001 From: Dan Date: Thu, 30 Jan 2025 13:16:34 -0500 Subject: [PATCH] Use vim from the Ubuntu repo --- .github/workflows/build.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8be8739..efb33bf 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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: |