From 4075b4b50e895ec385ff86cb24527db5af7b0bf4 Mon Sep 17 00:00:00 2001 From: louib Date: Sun, 14 Jun 2020 14:07:35 -0400 Subject: [PATCH] missing deps. --- .github/workflows/ci_formatting.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci_formatting.yml b/.github/workflows/ci_formatting.yml index 3c5a120..61e21b6 100644 --- a/.github/workflows/ci_formatting.yml +++ b/.github/workflows/ci_formatting.yml @@ -11,8 +11,10 @@ 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 clang-format-5.0 + run: sudo apt-get install -y build-essential pkg-config automake libncurses5-dev autotools-dev libparted-dev dmidecode clang-format-5.0 - name: creating autoconf files run: ./init.sh - name: configuring