Skip to content

Commit af71296

Browse files
mangelajoclaude
andcommitted
Install rpm2cpio and cpio if missing for uboot test extraction
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent e325080 commit af71296

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/python-tests.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ jobs:
8686
command -v dhclient &>/dev/null || pkgs+=(isc-dhcp-client)
8787
command -v dig &>/dev/null || pkgs+=(dnsutils)
8888
command -v renode &>/dev/null || pkgs+=(renode)
89+
command -v rpm2cpio &>/dev/null || pkgs+=(rpm2cpio)
90+
command -v cpio &>/dev/null || pkgs+=(cpio)
8991
9092
if [ ${#pkgs[@]} -gt 0 ]; then
9193
# add renode repo if needed

0 commit comments

Comments
 (0)