mirror of
https://github.com/scito/extract_otp_secrets.git
synced 2025-12-19 08:40:17 +01:00
only for macos-14
This commit is contained in:
7
.github/workflows/ci_release.yml
vendored
7
.github/workflows/ci_release.yml
vendored
@@ -296,12 +296,15 @@ jobs:
|
|||||||
sudo apt-get install -y libzbar0
|
sudo apt-get install -y libzbar0
|
||||||
- name: Install zbar shared lib for QReader (macOS)
|
- name: Install zbar shared lib for QReader (macOS)
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
|
run: |
|
||||||
|
brew install zbar create-dmg
|
||||||
|
- name: Setup homebrew env for macOS arm64
|
||||||
|
if: matrix.os == 'macos-14'
|
||||||
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)"
|
||||||
brew install zbar create-dmg
|
|
||||||
- name: List MacOS dirs
|
- name: List MacOS dirs
|
||||||
if: runner.os == 'macOS'
|
if: matrix.os == 'macos-14'
|
||||||
run: |
|
run: |
|
||||||
echo "ls /opt/homebrew/Cellar/zbar"
|
echo "ls /opt/homebrew/Cellar/zbar"
|
||||||
ls -al "/opt/homebrew/Cellar/zbar"
|
ls -al "/opt/homebrew/Cellar/zbar"
|
||||||
|
|||||||
Reference in New Issue
Block a user