From 7af288f623f3966f0d4922e77964dac44f31ae69 Mon Sep 17 00:00:00 2001 From: Andrew Wason Date: Mon, 11 Dec 2023 14:51:00 -0500 Subject: [PATCH] try again --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d56de38..f05406e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,8 +15,7 @@ jobs: submodules: true - name: Setup docker run: | - brew install --cask docker && open /Applications/Docker.app - while (! docker stats --no-stream ); do sleep 2; done + brew install --cask docker && open -a Docker - name: Setup buildx uses: docker/setup-buildx-action@v3 - name: Build mediafx image