Skip to content

Commit

Permalink
Default to bash on all environments
Browse files Browse the repository at this point in the history
  • Loading branch information
glopesdev committed Oct 30, 2024
1 parent 3f7cb51 commit 3c4341b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
defaults:
run:
shell: ${{ matrix.os == 'windows-latest' && 'cmd' || 'bash' }} -l {0} # Adjust shell based on OS
shell: bash
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 3c4341b

Please sign in to comment.