File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -158,13 +158,13 @@ jobs:
158158 chmod -R go-w /usr/local/share/zsh
159159 source ~/.zshrc
160160 sudo chsh -s /bin/zsh runner
161- - name : Install Bash Completions
162- shell : bash
163- run : |
164- brew install bash-completion@2
165- touch ~/.bashrc
166- echo "\n[[ -r "$(brew --prefix)/etc/profile.d/bash_completion.sh" ]] && . "$(brew --prefix)/etc/profile.d/bash_completion.sh" || true" >> ~/.bash_profile
167- source ~/.bashrc
161+ # - name: Install Bash Completions
162+ # shell: bash
163+ # run: |
164+ # brew install bash-completion@2
165+ # touch ~/.bashrc
166+ # echo "\n[[ -r "$(brew --prefix)/etc/profile.d/bash_completion.sh" ]] && . "$(brew --prefix)/etc/profile.d/bash_completion.sh" || true" >> ~/.bash_profile
167+ # source ~/.bashrc
168168 # - name: Install Fish shell
169169 # run: |
170170 # brew install sbt
You can’t perform that action at this time.
0 commit comments