Skip to content

Commit 2b63834

Browse files
committed
Add missing shell: bash
1 parent d9c74e2 commit 2b63834

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ runs:
1212
steps:
1313
- uses: ynab/[email protected]
1414
id: system-info
15-
- name: Check system compatibility
15+
- name: Check system compatibility
16+
shell: bash
1617
run: |
1718
if [[ "${{ steps.system-info.outputs.platform }}" == "darwin" && "${{ steps.system-info.outputs.cpu-model }}" == *"M1"* ]]; then
1819
echo "Platform: macOS with Apple Silicon"

0 commit comments

Comments
 (0)