CI: use bash for get-base-ref-size job (#2305)

Same change as done in c3295d6d2a
But for get-base-ref-size job

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
This commit is contained in:
NeroBurner 2025-05-29 09:36:50 +02:00 committed by GitHub
parent c3295d6d2a
commit 22cb7e3388
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -162,6 +162,7 @@ jobs:
- name: Output build size - name: Output build size
id: output-sizes id: output-sizes
shell: bash
run: | run: |
. /opt/build.sh . /opt/build.sh
.github/workflows/getSize.sh "$BUILD_DIR"/src/pinetime-app-*.out >> $GITHUB_OUTPUT .github/workflows/getSize.sh "$BUILD_DIR"/src/pinetime-app-*.out >> $GITHUB_OUTPUT