Skip to content

Commit 1c00133

Browse files
committed
Fix Mac dependencies script not updating brew packages
1 parent 2b7fe86 commit 1c00133

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

osx/install_dependencies.command

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ command -v brew >/dev/null 2>&1 || { echo "=== Installing brew ==="; /usr/bin/ru
88

99
echo "=== Updating brew and everything installed via brew ==="
1010
brew update
11+
brew upgrade
1112

1213
# Install scons, which is needed for the Godot build system
1314
echo "=== Installing scons via brew ==="

0 commit comments

Comments
 (0)