Skip to content

Commit edba4cd

Browse files
committed
Do brew update for xcode images
1 parent cd14c42 commit edba4cd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

templates/mojave-xcode.json

+7
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@
2323
],
2424
"type": "shell"
2525
},
26+
{
27+
"inline": [
28+
"brew --version",
29+
"brew update"
30+
],
31+
"type": "shell"
32+
},
2633
{
2734
"environment_vars": [
2835
"FASTLANE_USER={{user `fastlane_user`}}",

0 commit comments

Comments
 (0)