Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
rectalogic committed Dec 11, 2023
1 parent d901bb3 commit 7af288f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7af288f

Please sign in to comment.