From c34821cbd1857ec65d9b89be34f82804300701ce Mon Sep 17 00:00:00 2001 From: "Xinwei Xiong (cubxxw)" <3293172751nss@gmail.com> Date: Sat, 16 Dec 2023 20:35:42 +0800 Subject: [PATCH] fix: add mac os Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com> --- .github/workflows/openimci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/openimci.yml b/.github/workflows/openimci.yml index 226ea856d..3296fe9c8 100644 --- a/.github/workflows/openimci.yml +++ b/.github/workflows/openimci.yml @@ -157,6 +157,8 @@ jobs: - name: Install latest Bash (macOS only) if: runner.os == 'macOS' run: | + docker + sudo docker /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" brew update @@ -168,9 +170,7 @@ jobs: brew install --cask docker open /Applications/Docker.app - - while ! docker system info > /dev/null 2>&1; do sleep 1; done - + continue-on-error: true - name: Docker Operations run: |