From 4bdebb3386b66cf117f6814546e8c5bacf0771f9 Mon Sep 17 00:00:00 2001 From: Alexey Bader Date: Tue, 13 Apr 2021 17:53:51 +0300 Subject: [PATCH] [CI] Switch to default clang-format version. 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. --- .github/workflows/clang-format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index 494889dc94ef2..f0d68536d2e57 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Get clang-format first - run: sudo apt-get install -yqq clang-format-9 + run: sudo apt-get install -yqq clang-format - uses: actions/checkout@v2 with: