mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-03 02:42:19 +08:00
fix: add mac os
Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com>
This commit is contained in:
parent
87e90762fc
commit
97c70e54c5
4
.github/workflows/openimci.yml
vendored
4
.github/workflows/openimci.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user