Another attempt at making zsh pass on github actions

This commit is contained in:
David Dworken 2022-04-17 23:06:01 -07:00
parent 15bec30315
commit 16d41de4ad
2 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,7 @@ jobs:
- name: Go test
if: ${{ !startsWith(github.event.head_commit.message, 'Release') }}
run: |
sudo apt-get update || true
sudo apt-get install -y zsh || true
touch ~/.zshrc
make test

View File

@ -1,3 +1,4 @@
autoload -U add-zsh-hook
add-zsh-hook zshaddhistory _hishtory_add
add-zsh-hook precmd _hishtory_precmd