From b4c0eed9b62b9081abe2b6ba2b642a8939d80a0a Mon Sep 17 00:00:00 2001 From: scito Date: Fri, 5 Apr 2024 14:20:46 +0200 Subject: [PATCH] list recurisve --- .github/workflows/ci_release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/ci_release.yml b/.github/workflows/ci_release.yml index f57b96a..feaf44d 100644 --- a/.github/workflows/ci_release.yml +++ b/.github/workflows/ci_release.yml @@ -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: |