mirror of
https://github.com/scito/extract_otp_secret_keys.git
synced 2025-12-06 14:54:57 +01:00
set HOMEBREW_PREFIX
This commit is contained in:
parent
90c0739c67
commit
646131d886
1 changed files with 2 additions and 1 deletions
3
.github/workflows/ci_release.yml
vendored
3
.github/workflows/ci_release.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue