Skip to content

Commit

Permalink
Update .github/workflows/build_vagrant.yml
Browse files Browse the repository at this point in the history
Co-authored-by: George Adams <george.adams@microsoft.com>
  • Loading branch information
steelhead31 and gdams authored Mar 8, 2024
1 parent 731748f commit 9793ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_vagrant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9793ce2

Please sign in to comment.