Skip to content

Commit

Permalink
Set Bash as the default shell
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisThrasher committed May 25, 2024
1 parent ed615e6 commit 4af7a18
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ name: CI

on: [push, pull_request]

defaults:
run:
shell: bash

jobs:
build:
name: ${{ matrix.platform.name }} ${{ matrix.config.name }}
Expand Down Expand Up @@ -29,9 +33,7 @@ jobs:
uses: actions/checkout@v4

- name: Configure
shell: bash
run: cmake -B build ${{matrix.platform.flags}} ${{matrix.config.flags}}

- name: Build
shell: bash
run: cmake --build build --config Release

0 comments on commit 4af7a18

Please sign in to comment.