Skip to content

Commit c2e1d6d

Browse files
committed
provision_mac.sh: clang-format@11
1 parent d083a8f commit c2e1d6d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/ci/provision_mac.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sudo xcode-select -s "/Applications/Xcode_11.7.app"
88
CUR_GIT_ROOT=$(git rev-parse --show-toplevel)
99

1010
brew install \
11-
clang-format \
11+
clang-format@11 \
1212
fontconfig \
1313
gdbm \
1414
glib \
@@ -27,6 +27,7 @@ brew install \
2727

2828
pushd /usr/local/bin >& /dev/null
2929
sudo ln -sf clang-format clang-format-10
30+
sudo ln -sf clang-format-11 clang-format-10
3031
popd >& /dev/null
3132

3233
${CUR_GIT_ROOT}/tools/ci/get_qt_libs_mac.sh

0 commit comments

Comments
 (0)