Skip to content

Commit

Permalink
GHA: on macOS remove $HOME/.curlrc
Browse files Browse the repository at this point in the history
A recent image upgrade added a $HOME/.curlrc by default using --ipv4.

Ref: actions/runner-images#9586
Fixes #13284
Closes #13285
  • Loading branch information
bagder committed Apr 5, 2024
1 parent 2cac6a4 commit 5ae7255
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,9 @@ jobs:

- uses: actions/checkout@v4

- run: rm -f $HOME/.curlrc
name: remove $HOME/.curlrc

- run: autoreconf -fi
name: 'autoreconf'

Expand Down

0 comments on commit 5ae7255

Please sign in to comment.