Disable `HOMEBREW_DEBUG` for `install`. (#143873)

This commit is contained in:
Markus Reiter 2023-03-28 01:41:22 +02:00 committed by GitHub
parent 272cd25aac
commit e5b3affe07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -227,8 +227,6 @@ jobs:
fromJSON(steps.info.outputs.macos_requirement_satisfied) &&
!matrix.skip_install
timeout-minutes: 30
env:
HOMEBREW_DEBUG: 1
- name: Run brew uninstall --cask ${{ matrix.cask.token }}
run: brew uninstall --cask '${{ matrix.cask.path }}'