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 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
You can’t perform that action at this time.
0 commit comments