File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 35
35
run : Invoke-Build Build
36
36
37
37
- name : Install Vim
38
+ id : vim
38
39
uses : rhysd/action-setup-vim@v1
39
40
with :
40
- version : ' v9.1.0754 '
41
+ version : nightly
41
42
42
43
- name : Checkout vim-ps1
43
44
uses : actions/checkout@v4
@@ -65,11 +66,11 @@ jobs:
65
66
# uses: lhotari/action-upterm@v1
66
67
67
68
- name : Run Themis with full CLI
68
- # env:
69
- # THEMIS_VIM: ${{ steps.vim.outputs.executable }}
69
+ env :
70
+ THEMIS_VIM : ${{ steps.vim.outputs.executable }}
70
71
run : ./vim-themis/bin/themis ./test/vim-test.vim
71
72
72
73
- name : Run Themis with simple CLI
73
- # env:
74
- # THEMIS_VIM: ${{ steps.vim.outputs.executable }}
74
+ env :
75
+ THEMIS_VIM : ${{ steps.vim.outputs.executable }}
75
76
run : ./vim-themis/bin/themis ./test/vim-simple-test.vim
You can’t perform that action at this time.
0 commit comments