Skip to content

Commit f432cd6

Browse files
NeroBurnerJustScott
authored andcommitted
CI: use bash for get-base-ref-size job (InfiniTimeOrg#2305)
Same change as done in InfiniTimeOrg@c3295d6 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
1 parent 1b9f9ab commit f432cd6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ jobs:
162162

163163
- name: Output build size
164164
id: output-sizes
165+
shell: bash
165166
run: |
166167
. /opt/build.sh
167168
.github/workflows/getSize.sh "$BUILD_DIR"/src/pinetime-app-*.out >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)