Install kernel requirements

Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
This commit is contained in:
Archana Shinde
2019-11-13 18:21:21 -08:00
parent 7db2138b1d
commit 8b202ae427

View File

@@ -28,8 +28,8 @@ jobs:
uses: actions/download-artifact@master
with:
name: artifact-list
#- run: |
# sudo apt-get update && sudo apt install -y flex bison libelf-dev bc iptables
- run: |
sudo apt-get update && sudo apt install -y flex bison libelf-dev bc iptables
- name: build-kernel
run: |
if grep -q "install_kernel" ./artifact-list/artifact-list.txt; then