Skip to content

Commit 51bb4a5

Browse files
committed
Check dir content
1 parent 26691ce commit 51bb4a5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/buildmgr.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -657,6 +657,12 @@ jobs:
657657
echo "$AC5_TOOLCHAIN_ROOT" >> config
658658
echo "$GCC_TOOLCHAIN_ROOT" >> config
659659
./cbuild_install.sh < config
660+
661+
- name: Debug
662+
shell: bash
663+
run: ls -R
664+
working-directory: ${{ github.workspace }}/cbuild/
665+
660666
- name: Test cbuildgen
661667
shell: bash
662668
run: |

0 commit comments

Comments
 (0)