Commit 7b97aa5 1 parent b09fa05 commit 7b97aa5 Copy full SHA for 7b97aa5
File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -47,10 +47,10 @@ jobs:
47
47
- uses : actions/checkout@v4
48
48
- name : Install Neovim
49
49
run : |
50
- wget -q https://github.com/neovim/neovim/releases/download/nightly/nvim-macos.tar.gz
51
- xattr -c ./nvim-macos.tar.gz
52
- tar xzvf nvim-macos.tar.gz &> /dev/null
53
- ln -s $(pwd)/nvim-macos/bin/nvim /usr/local/bin/nvim
50
+ wget -q https://github.com/neovim/neovim/releases/download/nightly/nvim-macos-x86_64 .tar.gz
51
+ xattr -c ./nvim-macos-x86_64 .tar.gz
52
+ tar xzvf nvim-macos-x86_64 .tar.gz &> /dev/null
53
+ ln -s $(pwd)/nvim-macos-x86_64 /bin/nvim /usr/local/bin/nvim
54
54
- name : Run neovim
55
55
run : |
56
56
nvim --version
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
17
### Changes
18
18
19
19
- chore(ci): use ` actions/checkout@v4 `
20
+ - fix(ci): update neovim macOS distribution naming
20
21
21
22
### Issues Fix
22
23
You can’t perform that action at this time.
0 commit comments