mirror of
https://github.com/scito/extract_otp_secrets.git
synced 2025-12-15 11:21:43 +01:00
set homebrew env for macos
This commit is contained in:
2
.github/workflows/ci_release.yml
vendored
2
.github/workflows/ci_release.yml
vendored
@@ -295,7 +295,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
brew install zbar create-dmg
|
brew install zbar create-dmg
|
||||||
- name: Setup homebrew env for macOS arm64
|
- name: Setup homebrew env for macOS arm64
|
||||||
if: matrix.os == 'macos-14'
|
if: runner.os == 'macOS'
|
||||||
run: |
|
run: |
|
||||||
# https://earthly.dev/blog/homebrew-on-m1/
|
# https://earthly.dev/blog/homebrew-on-m1/
|
||||||
eval "$(/opt/homebrew/bin/brew shellenv)"
|
eval "$(/opt/homebrew/bin/brew shellenv)"
|
||||||
|
|||||||
Reference in New Issue
Block a user