Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
Bust vagrant box cache to hopefully fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
acj committed Nov 3, 2023
1 parent 4827795 commit ed4322c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
uses: actions/cache@v3
with:
path: ~/.vagrant.d
key: ${{ matrix.box }}-vagrant-${{ hashFiles('Vagrantfile') }}
key: ${{ matrix.box }}-vagrant-20231102-${{ hashFiles('Vagrantfile') }}
restore-keys: |
${{ matrix.box }}-vagrant-
${{ matrix.box }}-vagrant-20231102-
- uses: actions/checkout@v3
- name: Set up VM
run: |
Expand Down

0 comments on commit ed4322c

Please sign in to comment.