From 646131d88655c5b4fca53530b445040bd94e5623 Mon Sep 17 00:00:00 2001 From: scito Date: Sat, 6 Apr 2024 10:35:19 +0200 Subject: [PATCH] set HOMEBREW_PREFIX --- .github/workflows/ci_release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci_release.yml b/.github/workflows/ci_release.yml index 8606841..f29fa40 100644 --- a/.github/workflows/ci_release.yml +++ b/.github/workflows/ci_release.yml @@ -298,7 +298,8 @@ jobs: if: matrix.os == 'macos-12' run: | # https://earthly.dev/blog/homebrew-on-m1/ - eval "$(/usr/local/bin/brew shellenv)" + # eval "$(/usr/local/bin/brew shellenv)" + echo "HOMEBREW_PREFIX=/usr/local" >> $GITHUB_ENV - name: Setup homebrew env for macOS arm64 if: matrix.os == 'macos-14' run: |