Skip to content

Commit 1f801c0

Browse files
authored
Merge pull request #5099 from AkihiroSuda/cache-vagrant
CI: cache ~/.vagrant.d/boxes
2 parents 10bbd1a + 4702af9 commit 1f801c0

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,12 @@ jobs:
363363
steps:
364364
- uses: actions/checkout@v2
365365

366+
- name: "Cache ~/.vagrant.d/boxes"
367+
uses: actions/cache@v2
368+
with:
369+
path: ~/.vagrant.d/boxes
370+
key: vagrant-${{ hashFiles('Vagrantfile*') }}
371+
366372
- run: |
367373
# Retry if it fails (download.fedoraproject.org returns 404 sometimes)
368374
vagrant up || vagrant up

0 commit comments

Comments
 (0)