Skip to content

Commit

Permalink
Try install bash on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Seagull committed Mar 9, 2025
1 parent 1616683 commit 382115e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- name: Install current Bash on macOS
if: runner.os == 'macOS'
run: brew install bash

- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v27
- name: Cache Cabal
Expand Down

0 comments on commit 382115e

Please sign in to comment.