Merge pull request #21597 from nirs/fix-vmnet-helper-install
test: Fix vmnet-helper installation in the CIpull/21603/head
commit
53b5dcbfe5
|
|
@ -377,7 +377,7 @@ jobs:
|
|||
if: matrix.os == 'macos-13' && matrix.driver == 'vfkit'
|
||||
run: |
|
||||
brew install vfkit
|
||||
curl -fsSL https://github.com/minikube-machine/vmnet-helper/releases/latest/download/install.sh | bash -s
|
||||
curl -fsSL https://github.com/minikube-machine/vmnet-helper/releases/latest/download/install.sh | sudo VMNET_INTERACTIVE=0 bash
|
||||
- name: Download Test Binaries
|
||||
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0
|
||||
with:
|
||||
|
|
|
|||
|
|
@ -112,7 +112,7 @@ jobs:
|
|||
if: matrix.driver == 'vfkit'
|
||||
run: |
|
||||
brew install vfkit
|
||||
curl -fsSL https://github.com/minikube-machine/vmnet-helper/releases/latest/download/install.sh | bash -s
|
||||
curl -fsSL https://github.com/minikube-machine/vmnet-helper/releases/latest/download/install.sh | sudo VMNET_INTERACTIVE=0 bash
|
||||
- name: Install qemu and socket_vmnet (macos)
|
||||
if: matrix.os == 'macos-13' && matrix.driver == 'qemu'
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue