diff options
author | Kitzunu <24550914+Kitzunu@users.noreply.github.com> | 2023-11-29 12:37:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-29 08:37:48 -0300 |
commit | 65e25bd7b995f665c953a93b5c9d41727575f574 (patch) | |
tree | 0b844653158b9f4d91a6718de0e648de9bb69b44 /apps | |
parent | e663505b41ef3639138d793b14f6896acfad07d8 (diff) |
fix(CI): Maybe baby this will solve our problemos (#17889)
* Because BREW and MAC OSX suck a**
* Update core-build-nopch.yml
* if mac dont fix now. I might just quit
* maybe I can bring this back now :pog:
Diffstat (limited to 'apps')
-rw-r--r-- | apps/installer/includes/os_configs/osx.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/installer/includes/os_configs/osx.sh b/apps/installer/includes/os_configs/osx.sh index 131efd466b..d3f762f574 100644 --- a/apps/installer/includes/os_configs/osx.sh +++ b/apps/installer/includes/os_configs/osx.sh @@ -26,4 +26,4 @@ if ! command -v cmake &>/dev/null ; then fi ########################################## -brew install openssl@3 readline boost bash-completion curl unzip mysql@8.1 ccache +brew install openssl@3 readline boost bash-completion curl unzip mysql ccache |