Install tmux for macos

This commit is contained in:
David Dworken 2022-10-20 15:46:30 -07:00
parent 8a32ddef5a
commit 8501e0d16c

View File

@ -25,5 +25,5 @@ jobs:
run: |
sudo apt-get update || true
sudo apt-get install -y zsh fish || true
brew install fish || true
brew install fish tmux || true
make test