We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dc0df0 commit 3b7d3b9Copy full SHA for 3b7d3b9
.github/workflows/test.yml
@@ -75,7 +75,7 @@ jobs:
75
id: cache-nvim-windows
76
if: env.OS == 'windows'
77
with:
78
- key: ${{ env.OS }}-nvim-${{ hashFiles('~/nvim/nvim.exe') }}
+ key: ${{ env.OS }}-nvim-${{ hashFiles('~/nvim/bin/nvim.exe') }}
79
path: |
80
~/nvim
81
restore-keys: |
0 commit comments