Skip to content

Commit 3b7d3b9

Browse files
committed
github/workflows: fix wrong nvim.exe binary path on Windows
1 parent 0dc0df0 commit 3b7d3b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
id: cache-nvim-windows
7676
if: env.OS == 'windows'
7777
with:
78-
key: ${{ env.OS }}-nvim-${{ hashFiles('~/nvim/nvim.exe') }}
78+
key: ${{ env.OS }}-nvim-${{ hashFiles('~/nvim/bin/nvim.exe') }}
7979
path: |
8080
~/nvim
8181
restore-keys: |

0 commit comments

Comments
 (0)