Skip to content

Commit 358f587

Browse files
ci: Run brew update on macOS
... and remove non-existing --shallow argument from brew tap.
1 parent 151cffc commit 358f587

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
@@ -133,8 +133,9 @@ task:
133133
## - rm /tmp/.com.apple.dt.CommandLineTools.installondemand.in-progress
134134
##
135135
brew_valgrind_pre_script:
136+
- brew update
136137
- brew config
137-
- brew tap --shallow LouisBrunner/valgrind
138+
- brew tap LouisBrunner/valgrind
138139
# Fetch valgrind source but don't build it yet.
139140
- brew fetch --HEAD LouisBrunner/valgrind/valgrind
140141
brew_valgrind_cache:

0 commit comments

Comments
 (0)