more test
This commit is contained in:
2
.github/workflows/cmake_arm.yml
vendored
2
.github/workflows/cmake_arm.yml
vendored
@@ -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 {} . \;
|
||||
|
Reference in New Issue
Block a user