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
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…
Reference in New Issue
Block a user