set homebrew env for macos

pull/214/head
scito 1 month ago
parent bf94eb77d9
commit f12635363c
No known key found for this signature in database

@ -295,7 +295,7 @@ jobs:
run: |
brew install zbar create-dmg
- name: Setup homebrew env for macOS arm64
if: matrix.os == 'macos-14'
if: runner.os == 'macOS'
run: |
# https://earthly.dev/blog/homebrew-on-m1/
eval "$(/opt/homebrew/bin/brew shellenv)"

Loading…
Cancel
Save