We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a487cd commit 5b6f019Copy full SHA for 5b6f019
.github/workflows/CI.yml
@@ -27,8 +27,9 @@ jobs:
27
if: runner.os == 'macOS'
28
shell: bash
29
run: |+
30
- brew update
31
- brew install bash@5.2
+ # brew update Don't update to get bash 5.2
+ brew search bash
32
+ brew install bash
33
brew install autoconf automake texinfo
34
# Not installing pygments, because apparently 'osascript' executed during bashdb's init is blocking
35
# if there's not user logged in.
0 commit comments