Skip to content

Commit 22cb7e3

Browse files
authored
CI: use bash for get-base-ref-size job (#2305)
Same change as done in 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 c3295d6 commit 22cb7e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.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)