Skip to content

Commit b758e20

Browse files
golowanowaescolar
authored andcommitted
ci: footprint: Fix shopt not found
Use bash explicitly to have shopt available. Signed-off-by: Dmitrii Golovanov <[email protected]>
1 parent a1cd2d6 commit b758e20

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/footprint-tracking.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ jobs:
9595
aws s3 sync --quiet footprint_data/ s3://testing.zephyrproject.org/footprint_data/
9696
9797
- name: Transform Footprint data to Twister JSON reports
98+
shell: bash
9899
run: |
99100
shopt -s globstar
100101
export ZEPHYR_BASE=${PWD}

0 commit comments

Comments
 (0)