.github: install anytree along with elf_diff
new unstated dependency which is causing CI to fall over
This commit is contained in:
parent
3b34087977
commit
a0418eaab5
2
.github/workflows/test_size.yml
vendored
2
.github/workflows/test_size.yml
vendored
@ -110,7 +110,7 @@ jobs:
|
||||
- name: elf_diff compare with Master
|
||||
shell: bash
|
||||
run: |
|
||||
python3 -m pip install -U weasyprint elf_diff
|
||||
python3 -m pip install -U weasyprint elf_diff anytree
|
||||
python3 -m elf_diff --bin_prefix=arm-none-eabi- $GITHUB_WORKSPACE/master_bin/arduplane $GITHUB_WORKSPACE/pr_bin/arduplane
|
||||
tar cf multipage_pair_report.tar multipage_pair_report
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user