Skip to content

Commit cee0175

Browse files
aabhinavvvvvvvantond-weta
authored andcommitted
fix: add bash to coverage workflow dependency script
Signed-off-by: aabhinavvvvvvv <abhinavguptaxia9213@gmail.com>
1 parent 0b0d70e commit cee0175

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install OS dependencies
1919
shell: bash
2020
run: |
21-
build_scripts/install_deps_mac.bash
21+
bash build_scripts/install_deps_mac.bash
2222
2323
- name: Install coverage dependencies
2424
run: |

0 commit comments

Comments
 (0)