Skip to content

Commit 70b99b1

Browse files
committed
Fix: add bash shell to actions
Actions need bash shell to excecute Signed-off-by: Vishal Kumar <viskuma@qti.qualcomm.com>
1 parent ecff6bf commit 70b99b1

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/actions/pull_docker_image/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@ runs:
1515
using: "composite"
1616
steps:
1717
- name: Clone kmake-image
18+
shell: bash
1819
run: |
1920
git clone https://github.com/qualcomm-linux/kmake-image.git
2021
2122
- name: Build docker image
23+
shell: bash
2224
run: |
2325
cd kmake-image
2426
docker build . -t kmake-image

0 commit comments

Comments
 (0)