File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
.github/actions/run-clang-format Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 35
35
echo ::group::Install Dependencies
36
36
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
37
37
echo "/home/linuxbrew/.linuxbrew/bin:/home/linuxbrew/.linuxbrew/sbin" >> $GITHUB_PATH
38
- echo "/home/linuxbrew/.linuxbrew/opt/clang-format@17 /bin" >> $GITHUB_PATH
38
+ echo "/home/linuxbrew/.linuxbrew/opt/clang-format@18 /bin" >> $GITHUB_PATH
39
39
brew install --quiet zsh
40
40
echo ::endgroup::
41
41
@@ -50,11 +50,11 @@ runs:
50
50
: Run clang-format 🐉
51
51
if (( ${+RUNNER_DEBUG} )) setopt XTRACE
52
52
53
- print ::group::Install clang-format-17
54
- brew install --quiet obsproject/tools/clang-format@17
53
+ print ::group::Install clang-format-18
54
+ brew install --quiet obsproject/tools/clang-format@18
55
55
print ::endgroup::
56
56
57
- print ::group::Run clang-format-17
57
+ print ::group::Run clang-format-18
58
58
local -a changes=(${(s:,:)CHANGED_FILES//[\[\]\'\"]/})
59
59
./build-aux/run-clang-format --fail-${{ inputs.failCondition }} --check ${changes}
60
60
print ::endgroup::
You can’t perform that action at this time.
0 commit comments