Skip to content

Commit 4b72ad5

Browse files
Clang formatting.
1 parent 2e98cf5 commit 4b72ad5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/actions/run-clang-format/action.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ runs:
3535
echo ::group::Install Dependencies
3636
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
3737
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
3939
brew install --quiet zsh
4040
echo ::endgroup::
4141
@@ -50,11 +50,11 @@ runs:
5050
: Run clang-format 🐉
5151
if (( ${+RUNNER_DEBUG} )) setopt XTRACE
5252
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
5555
print ::endgroup::
5656
57-
print ::group::Run clang-format-17
57+
print ::group::Run clang-format-18
5858
local -a changes=(${(s:,:)CHANGED_FILES//[\[\]\'\"]/})
5959
./build-aux/run-clang-format --fail-${{ inputs.failCondition }} --check ${changes}
6060
print ::endgroup::

0 commit comments

Comments
 (0)