We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10bbd1a + 4702af9 commit 1f801c0Copy full SHA for 1f801c0
1 file changed
.github/workflows/ci.yml
@@ -363,6 +363,12 @@ jobs:
363
steps:
364
- uses: actions/checkout@v2
365
366
+ - name: "Cache ~/.vagrant.d/boxes"
367
+ uses: actions/cache@v2
368
+ with:
369
+ path: ~/.vagrant.d/boxes
370
+ key: vagrant-${{ hashFiles('Vagrantfile*') }}
371
+
372
- run: |
373
# Retry if it fails (download.fedoraproject.org returns 404 sometimes)
374
vagrant up || vagrant up
0 commit comments