From d606b5c2ba880b1799483d58efe28d5ac608d7ab Mon Sep 17 00:00:00 2001 From: David Dworken Date: Tue, 13 Dec 2022 17:15:11 -0800 Subject: [PATCH] Uprade tmux on ubuntu to see if that fixes the test failures on actions --- .github/workflows/go-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 464fd35..05d12aa 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -25,7 +25,7 @@ jobs: if: ${{ !startsWith(github.event.head_commit.message, 'Release') }} run: | 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 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