Ensure brew update
is run before using brew in test environment (#11784)
All macos tests are failing because brew cannot install ccache without updating brew. This ensures that brew update is run before using brew in test environment.
This commit is contained in:
parent
e925589fc7
commit
1ea3d29110
@ -166,6 +166,7 @@ addons:
|
||||
- gcc
|
||||
- gnupg2
|
||||
- ccache
|
||||
update: true
|
||||
|
||||
# ~/.ccache needs to be cached directly as Travis is not taking care of it
|
||||
# (possibly because we use 'language: python' and not 'language: c')
|
||||
|
Loading…
Reference in New Issue
Block a user