Skip to content

Commit

Permalink
fix: zsh in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
cfoust committed Aug 21, 2024
1 parent 0269a3a commit 5568b6e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ jobs:
with:
go-version: "1.21"

- name: Install zsh
# This is used for the TestDefaultShell test
run: sudo apt-get install -qqy zsh

- name: Generate and format code
run: |
go generate ./cmd/... ./pkg/...
Expand Down

0 comments on commit 5568b6e

Please sign in to comment.