Skip to content

Commit c0c2389

Browse files
authored
[CI] Switch to default clang-format version. (#3540)
GitHub actions CI system uses Ubuntu 20 as "ubuntu-latest" and default clang-format version is more recent than clang-format-9 we use today.
1 parent 70ce765 commit c0c2389

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clang-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Get clang-format first
13-
run: sudo apt-get install -yqq clang-format-9
13+
run: sudo apt-get install -yqq clang-format
1414

1515
- uses: actions/checkout@v2
1616
with:

0 commit comments

Comments
 (0)