Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrlos authored Nov 20, 2023
1 parent 50d6b07 commit c1d894a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
run: brew install bash

- name: Update Shell Configuration
run: echo '/usr/local/bin/bash' | sudo tee -a /etc/shells && chsh -s /usr/local/bin/bash
run: echo 'export PATH="/usr/local/bin:$PATH"' >> $HOME/.zprofile && exec -l $SHELL

- name: Verify Bash Version
run: /usr/local/bin/bash --version
Expand Down

0 comments on commit c1d894a

Please sign in to comment.