InfiniTime/.github
NeroBurner c3295d6d2a
CI: use bash for output-sizs-job
Firmware build works. But the build size job afterwards fails.
The firmware build uses `shell: bash --noprofile --norc -e -o pipefail {0}` as shell.

The size job uses `shell: sh -e {0}`

The variable substitution I introduced are bash features. So they don't work with sh.

Update the size job to use `bash` instead of `sh` as shell
2025-05-27 23:26:43 +02:00
..
ISSUE_TEMPLATE check closed issues 2023-08-17 19:40:32 +02:00
workflows CI: use bash for output-sizs-job 2025-05-27 23:26:43 +02:00
FUNDING.yml Create FUNDING.yml 2021-01-17 20:53:04 +02:00