Skip to content

Commit 73a9fe1

Browse files
chore: update build.yaml for stdout
Signed-off-by: saurabhraghuvanshii <[email protected]>
1 parent e27ee10 commit 73a9fe1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,10 @@ jobs:
2323
fetch-depth: 1
2424

2525
- name: Install Clang Format
26-
run: brew install clang-format
26+
run: |
27+
brew update
28+
brew install clang-format
29+
clang-format --version
2730
2831
- name: Run Clang Format Check
2932
run: |
@@ -38,7 +41,7 @@ jobs:
3841
git --no-pager diff
3942
4043
echo
41-
echo >&2 "Please run clang-format locally and commit the changes."
44+
echo "Please run clang-format locally and commit the changes."
4245
exit 1
4346
fi
4447

0 commit comments

Comments
 (0)