Skip to content

Commit c04d4cf

Browse files
committed
Use homebrew version of bash instead of mac version
Signed-off-by: Dan Bailey <[email protected]>
1 parent f85ecbe commit c04d4cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ci/install_macos.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ echo "Using python $py_version"
3131
echo "Python_ROOT_DIR=/usr/local/opt/$py_version" >> $GITHUB_ENV
3232
echo "/usr/local/opt/$py_version/bin" >> $GITHUB_PATH
3333

34+
# use bash
35+
echo "/usr/local/opt/bash/bin" >> $GITHUB_PATH
36+
echo "/opt/homebrew/opt/bash/bin" >> $GITHUB_PATH
37+
3438
# use gnu-getopt
3539
echo "/usr/local/opt/gnu-getopt/bin" >> $GITHUB_PATH
3640
echo "/opt/homebrew/opt/gnu-getopt/bin" >> $GITHUB_PATH

0 commit comments

Comments
 (0)