We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c9363c commit 60f2d56Copy full SHA for 60f2d56
1 file changed
.github/workflows/documentation.yml
@@ -181,6 +181,7 @@ jobs:
181
- name: Run bloaty
182
run: |
183
mkdir -p docs/assets/tables
184
+ chmod +x tools/bloaty/build/bloaty
185
tools/bloaty/build/bloaty firmware/firmware_v16.elf -d compileunits --csv -n 0 > docs/assets/tables/bloaty_v16.csv
186
tools/bloaty/build/bloaty firmware/firmware_v201.elf -d compileunits --csv -n 0 > docs/assets/tables/bloaty_v201.csv
187
tools/bloaty/build/bloaty firmware/firmware_v16_v201.elf -d compileunits --csv -n 0 > docs/assets/tables/bloaty_v16_v201.csv
0 commit comments