GHA: set HOMEBREW_NO_INSTALL_CLEANUP=1 where brew is used

To save work unnecessary in CI context, and to reduce log noise.

Cherry-picked from #22437

Closes #22440
This commit is contained in:
Viktor Szakats 2026-07-30 00:52:10 +02:00
parent 33a967318c
commit d3e74f1278
No known key found for this signature in database
6 changed files with 6 additions and 0 deletions

View file

@ -34,6 +34,7 @@ env:
CURL_CI: github
CURL_TEST_MIN: 1660
DO_NOT_TRACK: '1'
HOMEBREW_NO_INSTALL_CLEANUP: '1'
# renovate: datasource=github-tags depName=awslabs/aws-lc versioning=semver registryUrl=https://github.com
AWSLC_VERSION: 5.1.0
# renovate: datasource=github-tags depName=google/boringssl versioning=semver registryUrl=https://github.com