Skip to content

Commit 16af60a

Browse files
committed
ci: update brew before installing packages
Given an older base image is being used, this can avoid instances where package installs fail, due to brew trying to use no-longer existent download locations.
1 parent 9d027d3 commit 16af60a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.cirrus.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ task:
114114
- env:
115115
CC: clang
116116
brew_script:
117+
- brew update
117118
- brew install automake libtool gcc@9
118119
<< : *MERGE_BASE
119120
test_script:

0 commit comments

Comments
 (0)