mirror of
https://github.com/curl/curl.git
synced 2026-07-31 07:58:04 +03:00
try unbreaking linuxbrew
https://github.com/curl/curl/actions/runs/30492684603/job/90714140024?pr=22437 try unbreaking linuxbrew 2 try unbreaking linuxbrew 3 try unbreaking linuxbrew 4 try unbreaking linuxbrew 5
This commit is contained in:
parent
dfdb11a0aa
commit
8aeedbc7e9
2 changed files with 2 additions and 0 deletions
1
.github/workflows/codeql.yml
vendored
1
.github/workflows/codeql.yml
vendored
|
|
@ -80,6 +80,7 @@ jobs:
|
|||
sudo apt-get -o Dpkg::Use-Pty=0 install \
|
||||
libpsl-dev libbrotli-dev libidn2-dev libssh2-1-dev libssh-dev \
|
||||
libnghttp2-dev libldap-dev libkrb5-dev libgnutls28-dev libwolfssl-dev
|
||||
/home/linuxbrew/.linuxbrew/bin/brew install ca-certificates || true
|
||||
/home/linuxbrew/.linuxbrew/bin/brew install c-ares gsasl libnghttp3 libngtcp2 mbedtls rustls-ffi
|
||||
|
||||
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
|
||||
|
|
|
|||
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