Skip to content

Commit 4a5f73e

Browse files
committed
Trying to change to zsh shell
1 parent bc5197b commit 4a5f73e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-all-unit-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
if: runner.os == 'macOS'
3838
shell: zsh {0}
3939
run: |
40-
# sudo chsh -s $(which zsh) $USER
40+
sudo chsh -s $(which zsh) $USER
4141
echo $0
4242
echo $ZSH_NAME $ZSH_VERSION
4343
export SHELL=/bin/zsh

0 commit comments

Comments
 (0)