Skip to content

Commit 060588c

Browse files
committed
Run brew update to make sure we always get the latest dependencies
Also run `brew upgrade`, just so everything is fresh. Collect timings, as we may drop `brew upgrade` again if it takes significant time. Signed-off-by: Jan Dubois <[email protected]>
1 parent a2045a1 commit 060588c

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)