Skip to content

Commit feda14c

Browse files
committed
☕ Build Vim on Linux
1 parent f2b9b2e commit feda14c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ jobs:
8585
with:
8686
vim_type: "Vim"
8787
vim_version: "${{ matrix.host_version.vim }}"
88+
# NOTE:
89+
# On Linux, Vim must be built from source to fix `input` issue
90+
# https://github.com/thinca/action-setup-vim/issues/11
91+
download: "${{ (runner.OS == 'Linux' && 'never') || 'available' }}"
8892
- name: Check Vim
8993
run: |
9094
echo ${DENOPS_TEST_VIM}

0 commit comments

Comments
 (0)