mirror of
https://github.com/scito/extract_otp_secret_keys.git
synced 2025-12-06 14:54:57 +01:00
paths
This commit is contained in:
parent
56bc9549bd
commit
15630e721c
1 changed files with 5 additions and 2 deletions
7
.github/workflows/ci_release.yml
vendored
7
.github/workflows/ci_release.yml
vendored
|
|
@ -299,6 +299,9 @@ jobs:
|
||||||
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)"
|
||||||
|
- name: Path for macOS arm64
|
||||||
|
if: matrix.os == 'macos-14'
|
||||||
|
run: |
|
||||||
echo PATH 1
|
echo PATH 1
|
||||||
echo $PATH
|
echo $PATH
|
||||||
export PATH="$PATH:/opt/homebrew/bin:/opt/homebrew/sbin:/opt/homebrew/lib"
|
export PATH="$PATH:/opt/homebrew/bin:/opt/homebrew/sbin:/opt/homebrew/lib"
|
||||||
|
|
@ -307,14 +310,14 @@ jobs:
|
||||||
- name: List MacOS dirs
|
- name: List MacOS dirs
|
||||||
if: matrix.os == 'macos-14'
|
if: matrix.os == 'macos-14'
|
||||||
run: |
|
run: |
|
||||||
|
echo PATH
|
||||||
|
echo $PATH
|
||||||
echo "ls /opt/homebrew/Cellar/zbar"
|
echo "ls /opt/homebrew/Cellar/zbar"
|
||||||
ls -al "/opt/homebrew/Cellar/zbar"
|
ls -al "/opt/homebrew/Cellar/zbar"
|
||||||
echo "ls /opt/homebrew/Cellar/zbar/0.23.93"
|
echo "ls /opt/homebrew/Cellar/zbar/0.23.93"
|
||||||
ls -al "/opt/homebrew/Cellar/zbar/0.23.93"
|
ls -al "/opt/homebrew/Cellar/zbar/0.23.93"
|
||||||
echo /opt/homebrew/lib
|
echo /opt/homebrew/lib
|
||||||
ls -al /opt/homebrew/lib
|
ls -al /opt/homebrew/lib
|
||||||
echo PATH
|
|
||||||
echo $PATH
|
|
||||||
echo HOMEBREW_CELLAR
|
echo HOMEBREW_CELLAR
|
||||||
echo $HOMEBREW_CELLAR
|
echo $HOMEBREW_CELLAR
|
||||||
- name: List env
|
- name: List env
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue