mirror of
https://github.com/curl/curl.git
synced 2026-08-04 11:26:14 +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
4
.github/workflows/windows.yml
vendored
4
.github/workflows/windows.yml
vendored
|
|
@ -613,9 +613,7 @@ jobs:
|
|||
- { build: 'cmake' , compiler: 'clang-tidy' }
|
||||
steps:
|
||||
- name: 'install packages'
|
||||
run: |
|
||||
sudo rm -f /var/lib/man-db/auto-update
|
||||
sudo apt-get -o Dpkg::Use-Pty=0 install gcc-mingw-w64-x86-64-win32
|
||||
run: sudo apt-get -o Dpkg::Use-Pty=0 install gcc-mingw-w64-x86-64-win32
|
||||
|
||||
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue