We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 74e3964 + 88de67f commit 49d71faCopy full SHA for 49d71fa
1 file changed
action.yml
@@ -50,7 +50,10 @@ runs:
50
13.*)
51
# Unfortunately, the macOS 13 runner image doesn't come w/
52
# pre-installed PostgreSQL server.
53
- brew install postgresql@14
+ export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
54
+ export HOMEBREW_NO_INSTALL_CLEANUP=1
55
+ export HOMEBREW_NO_INSTALL_UPGRADE=1
56
+ brew install --skip-post-install postgresql@14
57
;;
58
esac
59
fi
0 commit comments