]> git.ipfire.org Git - thirdparty/libcgroup.git/commitdiff
github: Add more dependencies to the apt install command 247/head
authorTom Hromatka <tom.hromatka@oracle.com>
Thu, 15 Sep 2022 20:43:07 +0000 (20:43 +0000)
committerTom Hromatka <tom.hromatka@oracle.com>
Thu, 15 Sep 2022 21:00:47 +0000 (21:00 +0000)
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 <tom.hromatka@oracle.com>
.github/actions/setup-libcgroup/action.yml

index 4c513c88add8bcaa75fd831fa0c7fbbb4d09d908..c08c8a9d350eb4453b55a7e1f0d28474b33bff8b 100644 (file)
@@ -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