Skip to content

Commit

Permalink
Add some brew config for mininal noise
Browse files Browse the repository at this point in the history
Signed-off-by: Douglas Camata <[email protected]>
  • Loading branch information
douglascamata committed Aug 30, 2023
1 parent fec8b9c commit 7ae4335
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ runs:
- name: Update Homebrew
run: |
brew update --preinstall
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: Install Colima
run: |
Expand All @@ -38,8 +41,6 @@ runs:
- name: Install Docker client and Docker Compose
env:
HOMEBREW_NO_AUTO_UPDATE: "1"
HOMEBREW_NO_INSTALL_UPGRADE: "1"
HOMEBREW_NO_INSTALLED_DEPENDENTS_CHECK: "1"
run: brew install docker docker-compose
shell: bash
- name: Configure Docker Compose plugin
Expand Down

0 comments on commit 7ae4335

Please sign in to comment.