Skip to content

Commit

Permalink
ci(neovim): vim-gtk -> vim-gtk3 (#815)
Browse files Browse the repository at this point in the history
  • Loading branch information
davfsa authored Dec 24, 2024
1 parent bd80c25 commit 5d9582d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
shell: bash
run: |
sudo apt-get update
sudo apt-get install vim-gtk lua5.4
sudo apt-get install vim-gtk3 lua5.4
curl -fLo ~/.vim/autoload/plug.vim --create-dirs https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
- name: Run vim
run: |
Expand Down

0 comments on commit 5d9582d

Please sign in to comment.