mirror of
https://github.com/curl/curl.git
synced 2026-07-26 02:37:16 +03:00
GHA: delete disable-man-db hack, runners doing it by default now
Refs:1f107542aehttps://github.com/actions/runner-images/pull/13268 https://github.com/actions/runner-images/issues/13213 Follow-up to5acba8bc36#17181 Closes #20254
This commit is contained in:
parent
a6087d69a9
commit
1b24428d62
9 changed files with 5 additions and 24 deletions
2
.github/workflows/http3-linux.yml
vendored
2
.github/workflows/http3-linux.yml
vendored
|
|
@ -186,7 +186,6 @@ jobs:
|
|||
run: |
|
||||
sudo rm -f /etc/apt/sources.list.d/{azure-cli.sources,microsoft-prod.list,ondrej-ubuntu-php-noble.sources}
|
||||
sudo apt-get -o Dpkg::Use-Pty=0 update
|
||||
sudo rm -f /var/lib/man-db/auto-update
|
||||
sudo apt-get -o Dpkg::Use-Pty=0 install \
|
||||
libtool autoconf automake pkgconf \
|
||||
libbrotli-dev libzstd-dev zlib1g-dev \
|
||||
|
|
@ -485,7 +484,6 @@ jobs:
|
|||
run: |
|
||||
sudo rm -f /etc/apt/sources.list.d/{azure-cli.sources,microsoft-prod.list,ondrej-ubuntu-php-noble.sources}
|
||||
sudo apt-get -o Dpkg::Use-Pty=0 update
|
||||
sudo rm -f /var/lib/man-db/auto-update
|
||||
sudo apt-get -o Dpkg::Use-Pty=0 install \
|
||||
libtool autoconf automake pkgconf \
|
||||
libpsl-dev libbrotli-dev libzstd-dev zlib1g-dev libidn2-0-dev libldap-dev libuv1-dev valgrind \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue