mirror of
https://github.com/scito/extract_otp_secret_keys.git
synced 2025-12-07 15:25:06 +01:00
path
This commit is contained in:
parent
1c29c5e36f
commit
56bc9549bd
1 changed files with 5 additions and 6 deletions
11
.github/workflows/ci_release.yml
vendored
11
.github/workflows/ci_release.yml
vendored
|
|
@ -281,10 +281,6 @@ jobs:
|
||||||
if: runner.os == 'Windows'
|
if: runner.os == 'Windows'
|
||||||
run: ls "$($Env:WinDir)\system32"
|
run: ls "$($Env:WinDir)\system32"
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Set macos macos_python_path
|
|
||||||
if: runner.os == 'macOS'
|
|
||||||
# TODO use variable for Python version
|
|
||||||
run: echo "macos_python_path=/Library/Frameworks/Python.framework/Versions/3.12" >> $GITHUB_ENV
|
|
||||||
- name: Set up Python 3.12
|
- name: Set up Python 3.12
|
||||||
uses: actions/setup-python@v4
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
|
|
@ -303,6 +299,11 @@ 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)"
|
||||||
|
echo PATH 1
|
||||||
|
echo $PATH
|
||||||
|
export PATH="$PATH:/opt/homebrew/bin:/opt/homebrew/sbin:/opt/homebrew/lib"
|
||||||
|
echo PATH 2
|
||||||
|
echo $PATH
|
||||||
- name: List MacOS dirs
|
- name: List MacOS dirs
|
||||||
if: matrix.os == 'macos-14'
|
if: matrix.os == 'macos-14'
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -316,8 +317,6 @@ jobs:
|
||||||
echo $PATH
|
echo $PATH
|
||||||
echo HOMEBREW_CELLAR
|
echo HOMEBREW_CELLAR
|
||||||
echo $HOMEBREW_CELLAR
|
echo $HOMEBREW_CELLAR
|
||||||
echo brew deps --tree --installed
|
|
||||||
brew deps --tree --installed
|
|
||||||
- name: List env
|
- name: List env
|
||||||
if: runner.os == 'macOS'
|
if: runner.os == 'macOS'
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue