From: Tom Hromatka Date: Thu, 15 Sep 2022 20:43:07 +0000 (+0000) Subject: github: Add more dependencies to the apt install command X-Git-Tag: v3.1.0~308^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F247%2Fhead;p=thirdparty%2Flibcgroup.git github: Add more dependencies to the apt install command Add a few more dependencies - cmake, bison, flex, byacc, g++, autoconf, libtool, and automake - to the apt-get install list. Also add a '-y' flag to automatically install them. Signed-off-by: Tom Hromatka --- diff --git a/.github/actions/setup-libcgroup/action.yml b/.github/actions/setup-libcgroup/action.yml index 4c513c88..c08c8a9d 100644 --- a/.github/actions/setup-libcgroup/action.yml +++ b/.github/actions/setup-libcgroup/action.yml @@ -26,7 +26,7 @@ runs: steps: - run: sudo apt-get update shell: bash - - run: sudo apt-get install libpam-dev lcov python3-pip python3-dev + - run: sudo apt-get install libpam-dev lcov python3-pip python3-dev cmake bison flex byacc g++ autoconf automake libtool -y shell: bash - run: sudo pip install cython shell: bash