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 @@ -365,7 +365,7 @@ jobs:
365365 brew install qemu socket_vmnet
366366 HOMEBREW=$(which brew) && sudo ${HOMEBREW} services start socket_vmnet
367367 - name : Install vfkit and vmnet_helper (macos)
368- if : contains(matrix.os, 'macos') && matrix.driver == 'vfkit'
368+ if : matrix.driver == 'vfkit'
369369 run : |
370370 brew install vfkit
371371 curl -fsSL https://github.com/minikube-machine/vmnet-helper/releases/latest/download/install.sh | sudo VMNET_INTERACTIVE=0 bash
Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109 if : contains(matrix.os, 'macos')
110110 run : brew install tree
111111 - name : Install vfkit and vmnet-helper (macos)
112- if : contains( matrix.os, 'macos')
112+ if : matrix.driver == 'vfkit'
113113 run : |
114114 brew install vfkit
115115 curl -fsSL https://github.com/minikube-machine/vmnet-helper/releases/latest/download/install.sh | sudo VMNET_INTERACTIVE=0 bash
You can’t perform that action at this time.
0 commit comments