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 34148a5 commit 70935c6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/vim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,9 @@ jobs:
- ubuntu-latest
version:
- nightly
- v8.2.2347 # https://github.com/lambdalisue/vim-fern/issues/506
- v9.0.1110 # https://github.com/lambdalisue/vim-fern/issues/506
runs-on: ${{ matrix.os }}
steps:
- if: runner.os == 'macOS' && matrix.version == 'v8.2.2347'
run: |
# it seems that ncurses is required for building Vim 8.2.1310 on macOS
brew install libvterm
- uses: actions/checkout@v4
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 70935c6

Please sign in to comment.