Skip to content

Commit 4bd02fb

Browse files
committed
more test
1 parent c88e748 commit 4bd02fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cmake_arm.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ jobs:
7676
if: contains(matrix.family, 'rp2040') && github.repository_owner == 'hathach'
7777
working-directory: ${{github.workspace}}/cmake-build-ci-raspberry_pi_pico
7878
run: |
79+
tree -L 3
80+
find device/ -name "*.elf"
7981
find device/ -name "*.elf" -exec mv {} . \;
8082
# find host/ -name "*.elf" -exec mv {} . \;
8183
# find dual/ -name "*.elf" -exec mv {} . \;

0 commit comments

Comments
 (0)