From 7c10bc85a3b76963be10222bbe8837e0fb46a5dd Mon Sep 17 00:00:00 2001 From: louib Date: Sun, 14 Jun 2020 14:13:07 -0400 Subject: [PATCH] Remove apt-cache search from formatting job. --- .github/workflows/ci_formatting.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci_formatting.yml b/.github/workflows/ci_formatting.yml index cdad050..6ed4b7c 100644 --- a/.github/workflows/ci_formatting.yml +++ b/.github/workflows/ci_formatting.yml @@ -11,8 +11,6 @@ jobs: - uses: actions/checkout@v1 - name: updating available system dependencies run: sudo apt-get update - - name: TODO remove - run: apt-cache search clang-format - name: installing system dependencies run: sudo apt-get install -y build-essential pkg-config automake libncurses5-dev autotools-dev libparted-dev dmidecode clang-format-7 - name: creating autoconf files