Skip to content

Commit

Permalink
thing2
Browse files Browse the repository at this point in the history
  • Loading branch information
spowelljr committed Apr 5, 2024
1 parent 7378cfb commit d0d0c90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/vbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ jobs:
steps:
- run: |
sysctl hw
VBoxManage showvminfo
VBoxManage list vms
VBoxManage list hostinfo
VBoxManage list systemproperties
curl -LO https://storage.googleapis.com/minikube/releases/latest/minikube-darwin-amd64
chmod +x ./minikube-darwin-amd64
./minikube-darwin-amd64 start --memory=6000 --apiserver-port=8441 --wait=all --vm-driver=virtualbox --alsologtostderr

0 comments on commit d0d0c90

Please sign in to comment.