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:
parent
c3295d6d2a
commit
22cb7e3388
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
|
|
@ -162,6 +162,7 @@ jobs:
|
|||
|
||||
- name: Output build size
|
||||
id: output-sizes
|
||||
shell: bash
|
||||
run: |
|
||||
. /opt/build.sh
|
||||
.github/workflows/getSize.sh "$BUILD_DIR"/src/pinetime-app-*.out >> $GITHUB_OUTPUT
|
||||
|
|
|
|||
Loading…
Reference in a new issue