Skip to content

Commit

Permalink
Add missing shell to homebrew env var preparation
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Camata <[email protected]>
  • Loading branch information
douglascamata committed Aug 28, 2023
1 parent b78c7a2 commit 5b66426
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ runs:
echo "HOMEBREW_NO_AUTO_UPDATE=1" >> $GITHUB_ENV
echo "HOMEBREW_NO_INSTALL_UPGRADE=1" >> $GITHUB_ENV
echo "HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK=1" >> $GITHUB_ENV
shell: bash
- name: Pre-cache
run: echo "BREW_CELLAR=$(brew --cellar)" >> $GITHUB_ENV
shell: bash
Expand Down

0 comments on commit 5b66426

Please sign in to comment.