Skip to content

Commit 5bde96e

Browse files
committed
Add bash shell requirement for ci build
1 parent 1286cd7 commit 5bde96e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121

2222
# Install dependencies for all projects
2323
- name: Install dependencies
24+
shell: bash
2425
run: |
2526
for PROJECT in $PROJECTS; do
2627
pushd $PROJECT
@@ -30,6 +31,7 @@ jobs:
3031
3132
# Compile all projects
3233
- name: Compile
34+
shell: bash
3335
run: |
3436
for PROJECT in $PROJECTS; do
3537
pushd $PROJECT

0 commit comments

Comments
 (0)