diff --git a/.github/workflows/buildmgr.yml b/.github/workflows/buildmgr.yml index ea20c5683..6becaa2e2 100644 --- a/.github/workflows/buildmgr.yml +++ b/.github/workflows/buildmgr.yml @@ -669,6 +669,13 @@ jobs: echo "$AC5_TOOLCHAIN_ROOT" >> config echo "$GCC_TOOLCHAIN_ROOT" >> config ./cbuild_install.sh < config + + - name: Debug install + if: ${{ startsWith(matrix.runs_on, 'macos') || startsWith(matrix.runs_on, 'ubuntu') }} + run: | + ls -R + working-directory: ${{ github.workspace }}/cbuild + - name: Test cbuildgen shell: bash run: |