Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xyb994 authored Jul 1, 2024
1 parent 1a21e38 commit eeec441
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,11 @@ jobs:
sudo apt update && sudo apt install vagrant
sudo apt install virtualbox
- name: print vagrant and virtualbox version
- name: print versions and install plugin
run: |
vagrant --version
vboxmanage --version
vagrant plugin install vagrant-disksize
- name: vagrant up
run: |
Expand Down

0 comments on commit eeec441

Please sign in to comment.