This commit is contained in:
scito 2024-04-05 13:22:13 +02:00
parent 6ec9a4eff7
commit 7e33c58f3e
No known key found for this signature in database

View file

@ -294,12 +294,12 @@ jobs:
if: runner.os == 'Linux'
run: |
sudo apt-get install -y libzbar0
- name: Install zbar shared lib for QReader (macOS)
if: runner.os == 'macOS'
run: |
# https://earthly.dev/blog/homebrew-on-m1/
eval "$(/opt/homebrew/bin/brew shellenv)"
brew install zbar create-dmg
- name: Install zbar shared lib for QReader (macOS)
if: runner.os == 'macOS'
run: |
# https://earthly.dev/blog/homebrew-on-m1/
eval "$(/opt/homebrew/bin/brew shellenv)"
brew install zbar create-dmg
- name: List MacOS dirs
if: runner.os == 'macOS'
run: |