mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-20 11:57:50 +02:00
Uprade tmux on ubuntu to see if that fixes the test failures on actions
This commit is contained in:
parent
5c3f023260
commit
d606b5c2ba
2
.github/workflows/go-test.yml
vendored
2
.github/workflows/go-test.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user