From 9793ce2065d76238c5a3ef45d763658602d66fc5 Mon Sep 17 00:00:00 2001 From: Scott Fryer <60462088+steelhead31@users.noreply.github.com> Date: Fri, 8 Mar 2024 12:11:43 +0000 Subject: [PATCH] Update .github/workflows/build_vagrant.yml Co-authored-by: George Adams --- .github/workflows/build_vagrant.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_vagrant.yml b/.github/workflows/build_vagrant.yml index 51afd3f721..66d91cc1fb 100644 --- a/.github/workflows/build_vagrant.yml +++ b/.github/workflows/build_vagrant.yml @@ -44,7 +44,7 @@ jobs: key: sol10box - name: Download Solaris 10 Box If Cache Misses - if: steps.cache.outputs.cache-hit != 'true' + if: steps.solaris-10-cache.outputs.cache-hit != 'true' run: | wget https://ci.adoptium.net/userContent/vagrant/Solaris10.box.gz