We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9117916 commit a84517fCopy full SHA for a84517f
.github/workflows/vim.yml
@@ -30,18 +30,17 @@ jobs:
30
with:
31
repository: thinca/vim-themis
32
path: vim-themis
33
- - uses: rhysd/action-setup-vim@v1
34
- id: vim
35
- with:
36
- version: "${{ matrix.version }}"
37
- if: runner.os != 'macOS' || matrix.version != 'v8.2.1313'
+ # - uses: rhysd/action-setup-vim@v1
+ # id: vim
+ # with:
+ # version: "${{ matrix.version }}"
+ # if: runner.os != 'macOS' || matrix.version != 'v8.2.1313'
38
- uses: rhysd/action-setup-vim@v1
39
id: vim
40
41
version: "${{ matrix.version }}"
42
configure-args: |
43
--with-tlib=ncurses
44
- if: runner.os == 'macOS' && matrix.version == 'v8.2.1313'
45
- name: Run tests
46
env:
47
THEMIS_VIM: ${{ steps.vim.outputs.executable }}
0 commit comments