mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:05:31 +02:00
cut brew prefix back down
This commit is contained in:
@@ -27,7 +27,7 @@ runs:
|
||||
brew untap homebrew/core homebrew/cask
|
||||
brew update
|
||||
brew install augeas
|
||||
BREW_PREFIX=$(brew --prefix augeas)
|
||||
BREW_PREFIX=$(brew --prefix)
|
||||
CFLAGS="$CFLAGS -I$BREW_PREFIX/include -L$BREW_PREFIX/lib"
|
||||
echo "CFLAGS=$CFLAGS" >> $GITHUB_OUTPUT
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user