diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f6c480..9ca2e25 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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