Skip to content

Commit

Permalink
Merge pull request #173 from rancher-sandbox/brew-update
Browse files Browse the repository at this point in the history
Run `brew update` to make sure we always get the latest dependencies
  • Loading branch information
AkihiroSuda authored Aug 28, 2021
2 parents 089165d + 060588c commit 30b47c3
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 30b47c3

Please sign in to comment.