We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef70fbc commit 3d15e34Copy full SHA for 3d15e34
.github/workflows/ci.yml
@@ -24,7 +24,7 @@ jobs:
24
plenary-tests:
25
runs-on: ubuntu-20.04
26
steps:
27
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
28
- run: date +%F > todays-date
29
- name: Restore cache for today's nightly.
30
uses: actions/cache@v2
@@ -36,9 +36,9 @@ jobs:
36
run: |
37
test -d build || {
38
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
+ wget https://github.com/neovim/neovim/releases/download/nightly/nvim-linux-x86_64.appimage
+ chmod +x nvim-linux-x86_64.appimage
+ mv nvim-linux-x86_64.appimage ./build/nvim
42
}
43
44
# - name: Get Luver Cache Key
0 commit comments