Skip to content

Commit

Permalink
Use complete Bash version
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagobento committed Sep 27, 2024
1 parent 343be84 commit d456270
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ runs:
run: |
echo "STEP: Update bash for macOS (macOS Only)"
brew update
brew install bash@5
brew install bash@5.2.37
echo "/usr/local/bin" >> $GITHUB_PATH
- name: "Print storage usage (after setup)"
Expand Down

0 comments on commit d456270

Please sign in to comment.