Skip to content

Commit 021ca42

Browse files
committed
ci: apt-get update and install vim-gtk3
1 parent 4a795a0 commit 021ca42

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/specs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ jobs:
66
steps:
77
- name: Install Vim GTK
88
run: |
9-
sudo apt-get install vim-gtk -y
9+
sudo apt-get update -y
10+
sudo apt-get install vim-gtk3 -y
1011
vim --version
1112
- uses: actions/checkout@v2
1213
- uses: ruby/setup-ruby@v1

0 commit comments

Comments
 (0)