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