Skip to content

Commit

Permalink
ci: apt-get update and install vim-gtk3
Browse files Browse the repository at this point in the history
  • Loading branch information
tombh committed Dec 19, 2024
1 parent 4a795a0 commit 021ca42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/specs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ jobs:
steps:
- name: Install Vim GTK
run: |
sudo apt-get install vim-gtk -y
sudo apt-get update -y
sudo apt-get install vim-gtk3 -y
vim --version
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 021ca42

Please sign in to comment.