Skip to content

Commit

Permalink
ci: update bash on darwin to support newer bash features (#2672)
Browse files Browse the repository at this point in the history
  • Loading branch information
malt3 authored Dec 21, 2023
1 parent 6e4c0bd commit 66c0b58
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/actions/setup_bazel_nix/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,11 @@ runs:
fi
echo "::endgroup::"
- name: Install current Bash on macOS
shell: bash
if: runner.os == 'macOS'
run: brew install bash

- name: Prepare to install tools
shell: bash
run: |
Expand Down

0 comments on commit 66c0b58

Please sign in to comment.