mirror of
https://github.com/curl/curl.git
synced 2026-08-26 17:53:33 +03:00
GHA: work around Homebrew ca-certificates install error
Working around: ``` ==> Installing libngtcp2 dependency: ca-certificates ==> Pouring ca-certificates--2026-07-16.all.bottle.1.tar.gz Warning: The post-install step did not complete successfully [...] Error: Process completed with exit code 1. ``` Refs: https://github.com/Homebrew/homebrew-core/pull/295934 https://github.com/Homebrew/brew/pull/23357 Bug: https://github.com/curl/curl/pull/22437#issuecomment-5124151490 Closes #22438
This commit is contained in:
parent
57cae40ae5
commit
c155cbc638
2 changed files with 2 additions and 0 deletions
1
.github/workflows/linux.yml
vendored
1
.github/workflows/linux.yml
vendored
|
|
@ -481,6 +481,7 @@ jobs:
|
|||
${INSTALL_PACKAGES} \
|
||||
${MATRIX_INSTALL_PACKAGES}
|
||||
if [ -n "${INSTALL_PACKAGES_BREW}" ]; then
|
||||
/home/linuxbrew/.linuxbrew/bin/brew install ca-certificates || true
|
||||
/home/linuxbrew/.linuxbrew/bin/brew install ${INSTALL_PACKAGES_BREW}
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue