InfiniTime/.github/workflows
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
..
docker.yml branches: Update files to refer to main instead of develop 2023-03-02 09:45:47 +02:00
format.yml Fixes #2219: use artifact v4 instead of v3 2025-01-23 19:23:36 +00:00
getSize.sh workflows: Add build size comparison workflow 2023-01-07 18:56:15 +02:00
main.yml CI: use bash for output-sizs-job 2025-05-27 23:26:43 +02:00
pr-comment.yml pr-comment: Comment instructions instead of failing 2023-03-27 19:54:36 +00:00