We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dd2a88 commit 00b7124Copy full SHA for 00b7124
.github/workflows/macbuild.yml
@@ -31,9 +31,7 @@ jobs:
31
git submodule update
32
33
- name: brew install
34
- run: |
35
- xcode-select --install
36
- /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
+ run: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
37
38
39
# 设置依赖库的环境变量
0 commit comments