mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
feat: run brew cleanup before running brew doctor
This commit is contained in:
committed by
GitHub
parent
d63e05f4ef
commit
fc3716c0e9
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@@ -141,6 +141,8 @@ jobs:
|
||||
brew doctor || true
|
||||
- name: Brew cleanup
|
||||
run: |
|
||||
echo "====> Running brew cleanup"
|
||||
brew cleanup || true
|
||||
echo "====> Untapping homebrew/core"
|
||||
brew untap homebrew/core || true
|
||||
echo "====> Untapping homebrew/cask"
|
||||
@@ -149,6 +151,8 @@ jobs:
|
||||
brew uninstall openssl@1.1 || true
|
||||
echo "====> Uninstalling ruby@3.0"
|
||||
brew uninstall ruby@3.0 || true
|
||||
echo "====> Running brew cleanup"
|
||||
brew cleanup || true
|
||||
- name: Brew doctor
|
||||
run: brew doctor
|
||||
- name: Brew config
|
||||
|
||||
Reference in New Issue
Block a user