Skip to content

Commit

Permalink
Run brew update to make sure we always get the latest dependencies
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
jandubois committed Aug 28, 2021
1 parent a2045a1 commit 060588c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,10 @@ jobs:
# QEMU: required by Lima itself
# bash: required by test-example.sh (OS version of bash is too old)
# coreutils: required by test-example.sh for the "timeout" command
run: brew install qemu bash coreutils
run: |
time brew update
time brew install qemu bash coreutils
time brew upgrade
- name: Install vde_vmnet
if: matrix.example == 'vmnet.yaml'
env:
Expand Down

0 comments on commit 060588c

Please sign in to comment.