aboutsummaryrefslogtreecommitdiffstats
path: root/.devcontainer.json
diff options
context:
space:
mode:
authorNeroBurner <pyro4hell@gmail.com>2025-05-27 23:26:43 +0200
committerGitHub <noreply@github.com>2025-05-27 23:26:43 +0200
commitc3295d6d2a325f9a7418b15b943342635026926e (patch)
tree5b674b36926e3359eba86d2508d32e70d3be6cec /.devcontainer.json
parent6f2a661a363494ad6ba7ecdf3bf1807b9701b6ea (diff)
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
Diffstat (limited to '.devcontainer.json')
0 files changed, 0 insertions, 0 deletions