We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c88e748 commit 4bd02fbCopy full SHA for 4bd02fb
.github/workflows/cmake_arm.yml
@@ -76,6 +76,8 @@ jobs:
76
if: contains(matrix.family, 'rp2040') && github.repository_owner == 'hathach'
77
working-directory: ${{github.workspace}}/cmake-build-ci-raspberry_pi_pico
78
run: |
79
+ tree -L 3
80
+ find device/ -name "*.elf"
81
find device/ -name "*.elf" -exec mv {} . \;
82
# find host/ -name "*.elf" -exec mv {} . \;
83
# find dual/ -name "*.elf" -exec mv {} . \;
0 commit comments