Skip to content

Commit fd916ee

Browse files
committed
Setting the shell in the actions
1 parent 78ce43c commit fd916ee

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/macos.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212

1313
- name: Setup MacOS Defaults
1414
run: ./defaults.sh
15+
shell: bash
1516

1617
- name: Setup Apps
17-
run: ./install.sh
18+
run: ./install.sh
19+
shell: bash

0 commit comments

Comments
 (0)