We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a09613 commit 4b7f490Copy full SHA for 4b7f490
1 file changed
.github/actions/run-clang-format/action.yaml
@@ -29,6 +29,7 @@ runs:
29
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
30
echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH
31
echo "/home/linuxbrew/.linuxbrew/opt/clang-format@16/bin" >> $GITHUB_PATH
32
+ brew update
33
brew install --quiet zsh
34
echo ::endgroup::
35
@@ -52,6 +53,7 @@ runs:
52
53
54
if (( ${changes[(I)(*.c|*.h|*.cpp|*.hpp|*.m|*.mm)]} )) {
55
echo ::group::Install clang-format-16
56
57
brew install --quiet obsproject/tools/clang-format@16
58
59
0 commit comments