Skip to content

Commit

Permalink
add dockerd step
Browse files Browse the repository at this point in the history
Signed-off-by: Masaya Kataoka <[email protected]>
  • Loading branch information
hakuturu583 committed Jan 31, 2024
1 parent 55790ec commit 3ebaf62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
steps:
- name: Install docker for mac runner
if: ${{ matrix.runs_on == 'macos-14'}}
run: brew install docker
run: brew install docker && dockerd

- name: Setup docker buildx
uses: docker/setup-buildx-action@v2
Expand Down

0 comments on commit 3ebaf62

Please sign in to comment.