Skip to content

Commit

Permalink
ci: shell/term
Browse files Browse the repository at this point in the history
  • Loading branch information
himkt committed Mar 9, 2024
1 parent 858bce5 commit 6761e15
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,11 @@ jobs:
run: brew list

- name: chsh
run: sudo chsh -s `brew --prefix zsh`/bin/zsh
run: |
sudo chsh -s `brew --prefix zsh`/bin/zsh
zsh
- run: |
echo $SHELL
echo $TERM

0 comments on commit 6761e15

Please sign in to comment.