Skip to content

Commit

Permalink
ci: update macos url for github action
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhwang91 committed Jun 10, 2024
1 parent 988bc7f commit 32e9895
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ jobs:
name: Install Neovim on Macos
run: |
cd
curl -LO https://github.com/neovim/neovim/releases/download/${{ matrix.version }}/nvim-macos.tar.gz
tar xzf nvim-macos.tar.gz
curl -LO https://github.com/neovim/neovim/releases/download/${{ matrix.version }}/nvim-macos-x86_64.tar.gz
tar xzf nvim-macos-x86_64.tar.gz
echo "${PWD}/nvim-macos/bin" >> $GITHUB_PATH
export PATH="${PWD}/nvim-macos/bin:${PATH}"
nvim -v
Expand Down

0 comments on commit 32e9895

Please sign in to comment.