Skip to content

Commit 4ef7974

Browse files
committed
Try skipping re-install of what's cached
1 parent 0aebf29 commit 4ef7974

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
python-version: '3.12'
4343

4444
- uses: rhysd/action-setup-vim@v1.3.5
45+
if: steps.cache.outputs.cache-hit != 'true'
4546
with:
4647
version: v9.1.0774
4748
configure-args: |

0 commit comments

Comments
 (0)