Skip to content

Commit

Permalink
install docker with homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
alphanota committed Jan 10, 2025
1 parent 6958cc4 commit 2d443a5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/compile-mac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ jobs:
restore-keys: |
${{ runner.os }}-go-
- name: Install docker
run: |
brew install docker
- name: Make and install Skaffold binary from current PR
run: |
# Check golang version
Expand Down

0 comments on commit 2d443a5

Please sign in to comment.