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 70ce765 commit c0c2389Copy full SHA for c0c2389
.github/workflows/clang-format.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Get clang-format first
13
- run: sudo apt-get install -yqq clang-format-9
+ run: sudo apt-get install -yqq clang-format
14
15
- uses: actions/checkout@v2
16
with:
0 commit comments