diff --git a/.github/workflows/ci_release.yml b/.github/workflows/ci_release.yml index d221f5a..335c81e 100644 --- a/.github/workflows/ci_release.yml +++ b/.github/workflows/ci_release.yml @@ -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: |