Skip to content

Commit

Permalink
wait for docker
Browse files Browse the repository at this point in the history
  • Loading branch information
rectalogic committed Dec 11, 2023
1 parent 337c18b commit c154196
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ jobs:
with:
submodules: true
- name: Setup docker
run: brew install --cask docker
run: |
brew install --cask docker && open /Applications/Docker.app
while (! docker stats --no-stream ); do; sleep 2; done
- name: Setup buildx
uses: docker/setup-buildx-action@v3
- name: Build mediafx image
Expand Down

0 comments on commit c154196

Please sign in to comment.