Skip to content

Commit

Permalink
adds bash default to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
samgdotson committed Nov 5, 2024
1 parent 5ea6704 commit cfea013
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,14 @@ jobs:
build:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]

defaults:
run:
shell: bash -l {0}

steps:
# Checkout the repository
- name: Checkout repository
Expand Down

0 comments on commit cfea013

Please sign in to comment.