Skip to content

Commit

Permalink
Fix issue with Homebrew for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ej-shafran committed Nov 25, 2024
1 parent dbc7b89 commit a2ee3b7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ jobs:
repository: nvim-lua/plenary.nvim
path: plenary.nvim

# workaround for https://github.com/actions/runner-images/issues/10984
- name: Fix Homebrew Issue
run: |
brew uninstall --ignore-dependencies --force [email protected]
if: matrix.os == 'macos-latest'

- name: Install Neovim
uses: MunifTanjim/setup-neovim-action@v1
with:
Expand Down

0 comments on commit a2ee3b7

Please sign in to comment.