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: |