Skip to content

Commit 30b47c3

Browse files
authored
Merge pull request #173 from rancher-sandbox/brew-update
Run `brew update` to make sure we always get the latest dependencies
2 parents 089165d + 060588c commit 30b47c3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,10 @@ jobs:
9999
# QEMU: required by Lima itself
100100
# bash: required by test-example.sh (OS version of bash is too old)
101101
# coreutils: required by test-example.sh for the "timeout" command
102-
run: brew install qemu bash coreutils
102+
run: |
103+
time brew update
104+
time brew install qemu bash coreutils
105+
time brew upgrade
103106
- name: Install vde_vmnet
104107
if: matrix.example == 'vmnet.yaml'
105108
env:

0 commit comments

Comments
 (0)