Uprade tmux on ubuntu to see if that fixes the test failures on actions

This commit is contained in:
David Dworken 2022-12-13 17:15:11 -08:00
parent 5c3f023260
commit d606b5c2ba
No known key found for this signature in database

View File

@ -25,7 +25,7 @@ jobs:
if: ${{ !startsWith(github.event.head_commit.message, 'Release') }} if: ${{ !startsWith(github.event.head_commit.message, 'Release') }}
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 tmux fish || true
brew install fish tmux bash || 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 actions 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 actions gives that diretory 0777 which makes zsh refuse to start