Skip to content

Commit

Permalink
Make bash the default for the entire job
Browse files Browse the repository at this point in the history
  • Loading branch information
marbre committed Nov 25, 2024
1 parent b5c65dc commit f866b68
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-libshortfin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
build-and-test:
name: "Unit tests :: ${{ matrix.name }} :: ${{ matrix.python-version }}"
runs-on: ${{ matrix.runs-on }}
defaults:
run:
shell: bash
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -115,7 +118,6 @@ jobs:
- name: Build shortfin (full)
working-directory: ${{ env.LIBSHORTFIN_DIR }}
shell: bash
run: |
mkdir build
cmake -GNinja \
Expand Down

0 comments on commit f866b68

Please sign in to comment.