mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-20 18:40:57 +00:00
more test
This commit is contained in:
parent
c88e7481be
commit
4bd02fb04d
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 {} . \;
|
||||
|
Loading…
x
Reference in New Issue
Block a user