From 97c70e54c5f52127781059154ddfe64281de26ac Mon Sep 17 00:00:00 2001 From: "Xinwei Xiong (cubxxw)" <3293172751nss@gmail.com> Date: Sat, 16 Dec 2023 22:45:03 +0800 Subject: [PATCH] fix: add mac os Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com> --- .github/workflows/openimci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/openimci.yml b/.github/workflows/openimci.yml index 2f9fa9c71..9449bb698 100644 --- a/.github/workflows/openimci.yml +++ b/.github/workflows/openimci.yml @@ -177,8 +177,8 @@ jobs: - name: Set up Docker for macOS if: runner.os == 'macOS' run: | - brew install --cask docker - open /Applications/Docker.app + brew install docker + # open /Applications/Docker.app sleep 10 docker-compose --version || brew install docker-compose