Skip to content

Commit d2f39f9

Browse files
committed
Install latest Vim and Neovim in GitHub Actions
1 parent 6ce7017 commit d2f39f9

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/clojure.yml

+10-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,16 @@ jobs:
2929
with:
3030
lein: 2.11.2
3131

32-
- run: sudo apt install -y neovim
32+
- name: Install Vim
33+
uses: rhysd/action-setup-vim@v1
34+
with:
35+
version: stable
36+
37+
- name: Install Neovim
38+
uses: rhysd/action-setup-vim@v1
39+
with:
40+
neovim: true
41+
version: stable
3342

3443
- name: Cache m2
3544
uses: actions/cache@v3

0 commit comments

Comments
 (0)