From a08cacc67334788e8135964ca8edce373017ac55 Mon Sep 17 00:00:00 2001 From: ouakheli <53617630+ouakheli@users.noreply.github.com> Date: Mon, 24 May 2021 11:31:37 +0100 Subject: [PATCH] Fix clang-format-9 install (#1261) --- .github/workflows/presubmit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/presubmit.yml b/.github/workflows/presubmit.yml index 0c1778eb..8ef7e663 100644 --- a/.github/workflows/presubmit.yml +++ b/.github/workflows/presubmit.yml @@ -33,7 +33,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Install packages - run: sudo apt install -y clang-format + run: sudo apt install -y clang-format clang-format-9 - uses: actions/checkout@v2 with: fetch-depth: 0