Skip to content

Commit 73186dd

Browse files
committed
remove bash install on osx
1 parent a21df2f commit 73186dd

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/test.yml

+7-7
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)