Skip to content

Commit 00b7124

Browse files
committed
update:mac build ci
1 parent 5dd2a88 commit 00b7124

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/macbuild.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,7 @@ jobs:
3131
git submodule update
3232
3333
- name: brew install
34-
run: |
35-
xcode-select --install
36-
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
34+
run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
3735

3836

3937
# 设置依赖库的环境变量

0 commit comments

Comments
 (0)