Skip to content

Commit

Permalink
Debug 2
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 committed Mar 8, 2024
1 parent 42294e4 commit 731748f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_vagrant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ jobs:

- name: Download Solaris 10 Box If Cache Misses
if: steps.cache.outputs.cache-hit != 'true'
run: | wget https://ci.adoptium.net/userContent/vagrant/Solaris10.box.gz
run: |
wget https://ci.adoptium.net/userContent/vagrant/Solaris10.box.gz
- name: Verify Checksum & Add Solaris 10 Box To Vagrant
run: |
Expand Down

0 comments on commit 731748f

Please sign in to comment.