Skip to content

Commit

Permalink
fix docker install 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 3ebaf62 commit a2246cd
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 && dockerd
run: brew install --cask docker && docker ps

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

0 comments on commit a2246cd

Please sign in to comment.