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 5807552 commit 9235b76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/vim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- ubuntu-latest
version:
- nightly
- v8.2.1310 # https://github.com/lambdalisue/vim-fern/issues/506
- v8.2.1313 # https://github.com/lambdalisue/vim-fern/issues/506
runs-on: ${{ matrix.os }}
steps:
- if: runner.os == 'macOS' && matrix.version == 'v8.2.1310'
- if: runner.os == 'macOS' && matrix.version == 'v8.2.1313'
run: |
# it seems that ncurses is required for building Vim 8.2.1310 on macOS
brew install ncurses
Expand Down

0 comments on commit 9235b76

Please sign in to comment.