Skip to content

Commit 2ba6eab

Browse files
committed
Remove broken variable
Signed-off-by: apostasie <[email protected]>
1 parent 3f2854a commit 2ba6eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ jobs:
390390
- uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
391391
with:
392392
path: /root/.vagrant.d
393-
key: vagrant-${{ matrix.box }}
393+
key: vagrant
394394
- name: Set up vagrant
395395
run: |
396396
# from https://github.com/containerd/containerd/blob/v2.0.2/.github/workflows/ci.yml#L583-L596

0 commit comments

Comments
 (0)