Skip to content

Commit ff63f4b

Browse files
committed
Change to nightly
1 parent 4bf9135 commit ff63f4b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/vim-test.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,10 @@ jobs:
3535
run: Invoke-Build Build
3636

3737
- name: Install Vim
38+
id: vim
3839
uses: rhysd/action-setup-vim@v1
3940
with:
40-
version: 'v9.1.0754'
41+
version: nightly
4142

4243
- name: Checkout vim-ps1
4344
uses: actions/checkout@v4
@@ -65,11 +66,11 @@ jobs:
6566
# uses: lhotari/action-upterm@v1
6667

6768
- name: Run Themis with full CLI
68-
# env:
69-
# THEMIS_VIM: ${{ steps.vim.outputs.executable }}
69+
env:
70+
THEMIS_VIM: ${{ steps.vim.outputs.executable }}
7071
run: ./vim-themis/bin/themis ./test/vim-test.vim
7172

7273
- name: Run Themis with simple CLI
73-
# env:
74-
# THEMIS_VIM: ${{ steps.vim.outputs.executable }}
74+
env:
75+
THEMIS_VIM: ${{ steps.vim.outputs.executable }}
7576
run: ./vim-themis/bin/themis ./test/vim-simple-test.vim

0 commit comments

Comments
 (0)