Skip to content

Commit 12fc0a5

Browse files
committed
try again
1 parent 45380a6 commit 12fc0a5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ jobs:
9191
HOMEBREW_PREFIX="$HOME/homebrew-x86_64"
9292
mkdir -p $HOMEBREW_PREFIX
9393
chown -R $(whoami) $HOMEBREW_PREFIX
94-
arch -x86_64 /bin/bash -c "export HOMEBREW_PREFIX='$HOMEBREW_PREFIX' \$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
95-
echo "eval \$($HOMEBREW_PREFIX/bin/brew shellenv)" >> ~/.zprofile
94+
echo "HOMEBREW_PREFIX: $HOMEBREW_PREFIX" >> ~/.zprofile
95+
arch -x86_64 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
9696
eval "$($HOMEBREW_PREFIX/bin/brew shellenv)"
9797
brew doctor
9898

0 commit comments

Comments
 (0)