Skip to content

Commit a45d0c8

Browse files
ci: Run brew update on macOS
... and remove non-existing --shallow argument from brew tap.
1 parent 5c100cd commit a45d0c8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.cirrus.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,9 @@ task:
135135
## - rm /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress
136136
##
137137
brew_valgrind_pre_script:
138+
- brew update
138139
- brew config
139-
- brew tap --shallow LouisBrunner/valgrind
140+
- brew tap LouisBrunner/valgrind
140141
# Fetch valgrind source but don't build it yet.
141142
- brew fetch --HEAD LouisBrunner/valgrind/valgrind
142143
brew_valgrind_cache:

0 commit comments

Comments
 (0)