diff --git a/.github/workflows/vim-test.yml b/.github/workflows/vim-test.yml index ff9d15810..982049e6f 100644 --- a/.github/workflows/vim-test.yml +++ b/.github/workflows/vim-test.yml @@ -35,7 +35,10 @@ jobs: run: Invoke-Build Build - name: Install Vim + id: vim uses: rhysd/action-setup-vim@v1 + with: + version: nightly - name: Checkout vim-ps1 uses: actions/checkout@v4 @@ -59,6 +62,9 @@ jobs: repository: thinca/vim-themis path: vim-themis + # - name: Debug if run with debugging enabled + # uses: lhotari/action-upterm@v1 + - name: Run Themis with full CLI env: THEMIS_VIM: ${{ steps.vim.outputs.executable }}