File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -377,7 +377,7 @@ jobs:
377
377
if : matrix.os == 'macos-13' && matrix.driver == 'vfkit'
378
378
run : |
379
379
brew install vfkit
380
- curl -fsSL https://github.com/minikube-machine/vmnet-helper/releases/latest/download/install.sh | bash -s
380
+ curl -fsSL https://github.com/minikube-machine/vmnet-helper/releases/latest/download/install.sh | sudo VMNET_INTERACTIVE=0 bash
381
381
- name : Download Test Binaries
382
382
uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
383
383
with :
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112
112
if : matrix.driver == 'vfkit'
113
113
run : |
114
114
brew install vfkit
115
- curl -fsSL https://github.com/minikube-machine/vmnet-helper/releases/latest/download/install.sh | bash -s
115
+ curl -fsSL https://github.com/minikube-machine/vmnet-helper/releases/latest/download/install.sh | sudo VMNET_INTERACTIVE=0 bash
116
116
- name : Install qemu and socket_vmnet (macos)
117
117
if : matrix.os == 'macos-13' && matrix.driver == 'qemu'
118
118
run : |
You can’t perform that action at this time.
0 commit comments