mirror of
https://github.com/TrinityCore/TrinityCore.git
synced 2026-01-15 23:20:36 +01:00
CI/GitHub: Only install packages if fully missing
This commit is contained in:
4
.github/workflows/macos-arm-build.yml
vendored
4
.github/workflows/macos-arm-build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user