Skip to content

Commit

Permalink
ci(vim): vim-gtk -> vim.gtk3
Browse files Browse the repository at this point in the history
  • Loading branch information
EdenEast committed Dec 29, 2024
1 parent 4641eaa commit 595ffb8
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 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 595ffb8

Please sign in to comment.