File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1818 sudo apt-get install -y debian-archive-keyring
1919 sudo sh -c "echo 'deb [signed-by=/usr/share/keyrings/debian-archive-keyring.gpg] http://deb.debian.org/debian unstable main contrib non-free' >/etc/apt/sources.list.d/debian.list"
2020 sudo apt-get update
21- sudo apt-get install -y libxml2-utils picotool
21+ sudo apt-get install -y picotool
2222 - name : Test picotool
2323 run : picotool info ${PACKAGE}/target/${TARGET}/debug/binary_info_demo -t elf -a | tee /dev/stderr | grep -q "rp2040-hal Binary Info Example"
2424 udeps :
Original file line number Diff line number Diff line change 1818 sudo apt-get install -y debian-archive-keyring
1919 sudo sh -c "echo 'deb [signed-by=/usr/share/keyrings/debian-archive-keyring.gpg] http://deb.debian.org/debian unstable main contrib non-free' >/etc/apt/sources.list.d/debian.list"
2020 sudo apt-get update
21- sudo apt-get install -y libxml2-utils picotool
21+ sudo apt-get install -y picotool
2222 - name : Test picotool
2323 run : picotool info ${PACKAGE}/target/${TARGET}/debug/binary_info_demo -t elf -a | tee /dev/stderr | grep -q RP2350
2424 udeps :
You can’t perform that action at this time.
0 commit comments