Skip to content

Commit 3d15e34

Browse files
authored
build(ci): update neovim appimage path (#1680)
1 parent ef70fbc commit 3d15e34

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
plenary-tests:
2525
runs-on: ubuntu-20.04
2626
steps:
27-
- uses: actions/checkout@v2
27+
- uses: actions/checkout@v4
2828
- run: date +%F > todays-date
2929
- name: Restore cache for today's nightly.
3030
uses: actions/cache@v2
@@ -36,9 +36,9 @@ jobs:
3636
run: |
3737
test -d build || {
3838
mkdir -p build
39-
wget https://github.com/neovim/neovim/releases/download/nightly/nvim.appimage
40-
chmod +x nvim.appimage
41-
mv nvim.appimage ./build/nvim
39+
wget https://github.com/neovim/neovim/releases/download/nightly/nvim-linux-x86_64.appimage
40+
chmod +x nvim-linux-x86_64.appimage
41+
mv nvim-linux-x86_64.appimage ./build/nvim
4242
}
4343
4444
# - name: Get Luver Cache Key

0 commit comments

Comments
 (0)