github_path

This commit is contained in:
scito 2024-04-05 13:56:52 +02:00
parent 15630e721c
commit fff90dd254
No known key found for this signature in database

View file

@ -307,6 +307,11 @@ jobs:
export PATH="$PATH:/opt/homebrew/bin:/opt/homebrew/sbin:/opt/homebrew/lib"
echo PATH 2
echo $PATH
echo "/opt/homebrew/bin" >> $GITHUB_PATH
echo "/opt/homebrew/sbin" >> $GITHUB_PATH
echo "/opt/homebrew/lib" >> $GITHUB_PATH
echo GITHUB_PATH
echo $GITHUB_PATH
- name: List MacOS dirs
if: matrix.os == 'macos-14'
run: |