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 31fc7d7 commit 7378cfb
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/vbox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ jobs:
thing:
runs-on: macos-12
steps:
-run: |
sysctl hw
VBoxManage showvminfo
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
- run: |
sysctl hw
VBoxManage showvminfo
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 7378cfb

Please sign in to comment.