Skip to content

Commit 9360d31

Browse files
committed
review comments
1 parent e5264fa commit 9360d31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/functional_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/smoke-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)