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
2a6bb43007
commit
a6d112c96e
8
.github/workflows/openimci.yml
vendored
8
.github/workflows/openimci.yml
vendored
@ -154,6 +154,14 @@ jobs:
|
||||
version: '3.x' # If available, use the latest major version that's compatible
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
- name: Install latest Bash (macOS only)
|
||||
if: runner.os == 'macOS'
|
||||
run: |
|
||||
brew install bash
|
||||
sudo bash -c 'echo /usr/local/bin/bash >> /etc/shells'
|
||||
chsh -s /usr/local/bin/bash
|
||||
echo "Bash version: $(bash --version)"
|
||||
|
||||
- name: Docker Operations
|
||||
run: |
|
||||
sudo make init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user