Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdalisue committed Oct 14, 2024
1 parent 9235b76 commit 9117916
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/vim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,14 @@ jobs:
id: vim
with:
version: "${{ matrix.version }}"
if: runner.os != 'macOS' || matrix.version != 'v8.2.1313'
- uses: rhysd/action-setup-vim@v1
id: vim
with:
version: "${{ matrix.version }}"
configure-args: |
--with-tlib=ncurses
if: runner.os == 'macOS' && matrix.version == 'v8.2.1313'
- name: Run tests
env:
THEMIS_VIM: ${{ steps.vim.outputs.executable }}
Expand Down

0 comments on commit 9117916

Please sign in to comment.