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>
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