aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/macos-arm-build.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/macos-arm-build.yml b/.github/workflows/macos-arm-build.yml
index f5fef954b1c..998abfe6b6b 100644
--- a/.github/workflows/macos-arm-build.yml
+++ b/.github/workflows/macos-arm-build.yml
@@ -23,7 +23,9 @@ jobs:
run: |
brew update
brew uninstall openssl@1.1
- brew install mysql openssl readline cmake boost coreutils ninja
+ for pkg in mysql openssl readline cmake boost coreutils ninja; do
+ brew ls --versions $pkg || brew install $pkg
+ done
brew config
- name: Check some deps