summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-05-26 18:54:14 +0700
committerhathach <[email protected]>2023-05-26 18:54:14 +0700
commit4bd02fb04d52dbd1c2e0f1fe8b18afbd299e46cd (patch)
tree5f932872855b51cbffc67cc8a1941c22c3b3f6e0 /.github/workflows
parentc88e7481be0a6a55bf8af0a48950892aba05eaee (diff)
more test
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/cmake_arm.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/cmake_arm.yml b/.github/workflows/cmake_arm.yml
index 2070c5061..ed00ee4dc 100644
--- a/.github/workflows/cmake_arm.yml
+++ b/.github/workflows/cmake_arm.yml
@@ -76,6 +76,8 @@ jobs:
if: contains(matrix.family, 'rp2040') && github.repository_owner == 'hathach'
working-directory: ${{github.workspace}}/cmake-build-ci-raspberry_pi_pico
run: |
+ tree -L 3
+ find device/ -name "*.elf"
find device/ -name "*.elf" -exec mv {} . \;
# find host/ -name "*.elf" -exec mv {} . \;
# find dual/ -name "*.elf" -exec mv {} . \;