mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-12-03 19:02:31 +08:00
fix: add mac os
Signed-off-by: Xinwei Xiong (cubxxw) <3293172751nss@gmail.com>
This commit is contained in:
parent
efd7048395
commit
90b0072d3c
6
.github/workflows/openimci.yml
vendored
6
.github/workflows/openimci.yml
vendored
@ -166,6 +166,12 @@ jobs:
|
||||
echo "/usr/local/bin" >> $GITHUB_PATH
|
||||
echo "$(brew --prefix)/opt/gnu-sed/libexec/gnubin" >> $GITHUB_PATH
|
||||
|
||||
brew install --cask docker
|
||||
open /Applications/Docker.app
|
||||
|
||||
while ! docker system info > /dev/null 2>&1; do sleep 1; done
|
||||
|
||||
|
||||
- name: Docker Operations
|
||||
run: |
|
||||
sudo make init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user