Skip to content

Commit 43dbbf2

Browse files
committed
github/workflows: remove cache nvim binary
1 parent 2f2159c commit 43dbbf2

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

.github/workflows/test.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -61,28 +61,6 @@ jobs:
6161
restore-keys: |
6262
go-${{ env.OS }}-
6363
64-
- name: Cache nvim binary for linux and darwin
65-
id: cache-nvim
66-
uses: actions/cache@v2
67-
if: ${{ env.OS != 'windows' }}
68-
with:
69-
key: nvim-${{ env.OS }}-${{ hashFiles('~/nvim/bin/nvim') }}
70-
path: |
71-
~/nvim
72-
restore-keys: |
73-
nvim-${{ env.OS }}-
74-
75-
- name: Cache nvim binary for Windows
76-
id: cache-nvim-windows
77-
uses: actions/cache@v2
78-
if: ${{ env.OS == 'windows' }}
79-
with:
80-
key: nvim-${{ env.OS }}-${{ hashFiles('~/nvim/bin/nvim.exe') }}
81-
path: |
82-
~/nvim
83-
restore-keys: |
84-
nvim-${{ env.OS }}-
85-
8664
- name: Install nvim binary
8765
uses: rhysd/action-setup-vim@v1
8866
if: steps.cache-nvim.outputs.cache-hit != 'true' || steps.cache-nvim-windows.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)