Skip to content

Commit 9af5eb0

Browse files
committed
setup homebrew
1 parent 92a95f3 commit 9af5eb0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-docker-and-deploy-to-dev.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
with:
4343
distribution: 'temurin'
4444
java-version: '17'
45+
- name: Set up Homebrew
46+
uses: Homebrew/actions/setup-homebrew@master
4547
- name: Install Heroku Cli
4648
run: brew tap heroku/brew && brew install heroku
4749
- name: Login to Heroku Docker Registry

0 commit comments

Comments
 (0)