Skip to content

Commit

Permalink
Install ncurses on macOS for Vim 8.2.1310
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdalisue committed Oct 14, 2024
1 parent 07f1e1f commit 5807552
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/vim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
- v8.2.1310 # https://github.com/lambdalisue/vim-fern/issues/506
runs-on: ${{ matrix.os }}
steps:
- if: runner.os == 'macOS' && matrix.version == 'v8.2.1310'
run: |
# it seems that ncurses is required for building Vim 8.2.1310 on macOS
brew install ncurses
- uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 5807552

Please sign in to comment.