From 15630e721cdc02d726e188b628ef6fcd1d70fef7 Mon Sep 17 00:00:00 2001 From: scito Date: Fri, 5 Apr 2024 13:52:33 +0200 Subject: [PATCH] paths --- .github/workflows/ci_release.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_release.yml b/.github/workflows/ci_release.yml index 1e07c27..78ffbcb 100644 --- a/.github/workflows/ci_release.yml +++ b/.github/workflows/ci_release.yml @@ -299,6 +299,9 @@ jobs: run: | # https://earthly.dev/blog/homebrew-on-m1/ eval "$(/opt/homebrew/bin/brew shellenv)" + - name: Path for macOS arm64 + if: matrix.os == 'macos-14' + run: | echo PATH 1 echo $PATH export PATH="$PATH:/opt/homebrew/bin:/opt/homebrew/sbin:/opt/homebrew/lib" @@ -307,14 +310,14 @@ jobs: - name: List MacOS dirs if: matrix.os == 'macos-14' run: | + echo PATH + echo $PATH echo "ls /opt/homebrew/Cellar/zbar" ls -al "/opt/homebrew/Cellar/zbar" echo "ls /opt/homebrew/Cellar/zbar/0.23.93" ls -al "/opt/homebrew/Cellar/zbar/0.23.93" echo /opt/homebrew/lib ls -al /opt/homebrew/lib - echo PATH - echo $PATH echo HOMEBREW_CELLAR echo $HOMEBREW_CELLAR - name: List env