We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b539b89 commit 2babbc8Copy full SHA for 2babbc8
.github/workflows/clang-format.yml
@@ -14,11 +14,11 @@ jobs:
14
fetch-depth: 2
15
16
- name: Get clang-format first
17
- run: sudo apt-get install -yqq clang-format-9
+ run: sudo apt-get install -yqq clang-format-10
18
19
- name: Run clang-format for the patch
20
run: |
21
- git diff -U0 --no-color ${GITHUB_SHA}^1 ${GITHUB_SHA} -- | ./clang/tools/clang-format/clang-format-diff.py -p1 -binary clang-format-9 > ./clang-format.patch
+ git diff -U0 --no-color ${GITHUB_SHA}^1 ${GITHUB_SHA} -- | ./clang/tools/clang-format/clang-format-diff.py -p1 -binary clang-format-10 > ./clang-format.patch
22
23
# Add patch with formatting fixes to CI job artifacts
24
- uses: actions/upload-artifact@v1
0 commit comments