Skip to content

Commit 5b6f019

Browse files
committed
Investigate getting bash installed on OSX
1 parent 3a487cd commit 5b6f019

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,9 @@ jobs:
2727
if: runner.os == 'macOS'
2828
shell: bash
2929
run: |+
30-
brew update
31-
brew install bash@5.2
30+
# brew update Don't update to get bash 5.2
31+
brew search bash
32+
brew install bash
3233
brew install autoconf automake texinfo
3334
# Not installing pygments, because apparently 'osascript' executed during bashdb's init is blocking
3435
# if there's not user logged in.

0 commit comments

Comments
 (0)