Skip to content

Commit dcc44f1

Browse files
committed
ci: Adding virtual box installation
Signed-off-by: Tyler Erickson <[email protected]>
1 parent f1b84be commit dcc44f1

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/vagrant.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,11 @@ jobs:
88
with:
99
submodules: recursive
1010

11+
- name: Install Virtualbox
12+
run: brew install --cask virtualbox
13+
1114
- name: Install Vagrant
12-
run: brew install vagrant
15+
run: brew install --cask vagrant
1316

1417
- uses: leleliu008/github-actions-vagrant@v2
1518
with:

0 commit comments

Comments
 (0)