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 d083a8f commit c2e1d6dCopy full SHA for c2e1d6d
tools/ci/provision_mac.sh
@@ -8,7 +8,7 @@ sudo xcode-select -s "/Applications/Xcode_11.7.app"
8
CUR_GIT_ROOT=$(git rev-parse --show-toplevel)
9
10
brew install \
11
- clang-format \
+ clang-format@11 \
12
fontconfig \
13
gdbm \
14
glib \
@@ -27,6 +27,7 @@ brew install \
27
28
pushd /usr/local/bin >& /dev/null
29
sudo ln -sf clang-format clang-format-10
30
+ sudo ln -sf clang-format-11 clang-format-10
31
popd >& /dev/null
32
33
${CUR_GIT_ROOT}/tools/ci/get_qt_libs_mac.sh
0 commit comments