mirror of
https://github.com/curl/curl.git
synced 2026-06-06 12:14:25 +03:00
GHA: on macOS remove $HOME/.curlrc
A recent image upgrade added a $HOME/.curlrc by default using --ipv4. Ref: https://github.com/actions/runner-images/pull/9586 Fixes #13284 Closes #13285
This commit is contained in:
parent
2cac6a49b3
commit
5ae72551d9
1 changed files with 3 additions and 0 deletions
3
.github/workflows/macos.yml
vendored
3
.github/workflows/macos.yml
vendored
|
|
@ -167,6 +167,9 @@ jobs:
|
|||
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- run: rm -f $HOME/.curlrc
|
||||
name: remove $HOME/.curlrc
|
||||
|
||||
- run: autoreconf -fi
|
||||
name: 'autoreconf'
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue