File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -158,13 +158,13 @@ jobs:
158
158
chmod -R go-w /usr/local/share/zsh
159
159
source ~/.zshrc
160
160
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
168
168
# - name: Install Fish shell
169
169
# run: |
170
170
# brew install sbt
You can’t perform that action at this time.
0 commit comments