list recurisve

This commit is contained in:
scito
2024-04-05 14:20:46 +02:00
parent fff90dd254
commit b4c0eed9b6

View File

@@ -325,6 +325,10 @@ jobs:
ls -al /opt/homebrew/lib
echo HOMEBREW_CELLAR
echo $HOMEBREW_CELLAR
- name: List MacOS Recursive
if: runner.os == 'macOS'
run: |
ls -alR $Python_ROOT_DIR
- name: List env
if: runner.os == 'macOS'
run: |