File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,16 +4,16 @@ on: [pull_request]
44
55jobs :
66 clang-format :
7- runs-on : ubuntu-latest
7+ runs-on : ubuntu-22.04
88 steps :
99 - uses : actions/checkout@v2
1010 with :
1111 ref : ${{ github.event.pull_request.head.sha }}
1212
1313 - name : Install prerequisites
1414 run : |
15- sudo update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-11 100
16- sudo update-alternatives --install /usr/bin/git-clang-format git-clang-format /usr/bin/git-clang-format-11 100
15+ sudo update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-14 100
16+ sudo update-alternatives --install /usr/bin/git-clang-format git-clang-format /usr/bin/git-clang-format-14 100
1717
1818 - name : Run clang-format on changed files
1919 run : |
You can’t perform that action at this time.
0 commit comments