Install modern bash on macos so control-r works

This commit is contained in:
David Dworken 2022-10-23 10:10:23 -07:00
parent 951f5b018f
commit 91fa37d157

View File

@ -27,7 +27,7 @@ jobs:
run: |
sudo apt-get update || true
sudo apt-get install -y zsh fish || true
brew install fish tmux || true
brew install fish tmux bash || true
export TZ='America/Los_Angeles' # Force the time zone so that test output is consistent
sudo chmod 0755 -R /usr/share/zsh/ || true # Work around a weird bug where zsh on ubuntu actiosn gives that diretory 0777 which makes zsh refuse to start
make test