mirror of
https://github.com/ddworken/hishtory.git
synced 2024-12-24 15:58:52 +01:00
Install modern bash on macos so control-r works
This commit is contained in:
parent
951f5b018f
commit
91fa37d157
2
.github/workflows/go-test.yml
vendored
2
.github/workflows/go-test.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user