mirror of
https://github.com/curl/curl.git
synced 2026-07-31 11:38:06 +03:00
GHA: work around Homebrew ca-certificates install error
This commit is contained in:
parent
a7f82509e4
commit
4477c2623c
2 changed files with 2 additions and 0 deletions
1
.github/workflows/codeql.yml
vendored
1
.github/workflows/codeql.yml
vendored
|
|
@ -35,6 +35,7 @@ permissions: {}
|
|||
|
||||
env:
|
||||
DO_NOT_TRACK: '1'
|
||||
HOMEBREW_NO_AUTO_UPDATE: '1'
|
||||
|
||||
jobs:
|
||||
gha_python:
|
||||
|
|
|
|||
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_AUTO_UPDATE: '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