Skip to content

Commit

Permalink
try fixing autoreconf error with homebrew
Browse files Browse the repository at this point in the history
```
+ cd libssh2
+ rm -r -f x64-musl bld
+ '[' -f configure ']'
+ autoreconf --force --install
Can't exec "aclocal": No such file or directory at /usr/local/Cellar/autoconf/2.71/share/autoconf/Autom4te/FileUtils.pm line 274.
autoreconf: error: aclocal failed with exit status: 2
```
Ref: https://github.com/vszakats/curl-for-win/actions/runs/6392970919/job/17351293395#step:3:4308
  • Loading branch information
vszakats committed Oct 3, 2023
1 parent cc39af9 commit eda4010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _ci-mac-homebrew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ fi

if [ -n "${extra}" ]; then
export HOMEBREW_NO_AUTO_UPDATE=1
export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
# export HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1
export HOMEBREW_NO_ANALYTICS=1
export HOMEBREW_NO_ANALYTICS_MESSAGE_OUTPUT=1
brew update >/dev/null || true
Expand Down

0 comments on commit eda4010

Please sign in to comment.