Skip to content

Commit

Permalink
Add homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
jpfleischer committed Oct 19, 2024
1 parent 9aeb37a commit 618aea1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/dockerbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ jobs:
uname -a
uname -m
# Install Homebrew
- name: Install Homebrew
run: |
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# Install Docker and Docker Compose
- name: Install Docker and Docker Compose
run: |
Expand Down

0 comments on commit 618aea1

Please sign in to comment.