mirror of
https://github.com/curl/curl.git
synced 2026-08-26 20:03:32 +03:00
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:
parent
33a967318c
commit
d3e74f1278
6 changed files with 6 additions and 0 deletions
1
.github/workflows/linux.yml
vendored
1
.github/workflows/linux.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue