mirror of
https://github.com/ddworken/hishtory.git
synced 2025-08-18 18:58:54 +02:00
Install modern bash on macos so control-r works
This commit is contained in:
2
.github/workflows/go-test.yml
vendored
2
.github/workflows/go-test.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sudo apt-get update || true
|
sudo apt-get update || true
|
||||||
sudo apt-get install -y zsh fish || 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
|
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
|
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
|
make test
|
||||||
|
Reference in New Issue
Block a user