fix: add mac os

Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com>
This commit is contained in:
Xinwei Xiong (cubxxw) 2023-12-16 22:45:03 +08:00
parent 87e90762fc
commit 97c70e54c5

View File

@ -177,8 +177,8 @@ jobs:
- name: Set up Docker for macOS - name: Set up Docker for macOS
if: runner.os == 'macOS' if: runner.os == 'macOS'
run: | run: |
brew install --cask docker brew install docker
open /Applications/Docker.app # open /Applications/Docker.app
sleep 10 sleep 10
docker-compose --version || brew install docker-compose docker-compose --version || brew install docker-compose