CI: Install linux-modules-extra for VRF module

Signed-off-by: Casey Callendrello <cdc@redhat.com>
This commit is contained in:
Casey Callendrello 2021-03-10 17:15:40 +01:00
parent dd1c37bcf4
commit 3cc11350b8

View File

@ -31,6 +31,10 @@ jobs:
name: Run tests on Linux amd64
runs-on: ubuntu-latest
steps:
- name: Install kernel module
run: |
sudo apt-get update
sudo apt-get install linux-modules-extra-$(uname -r)
- name: setup go
uses: actions/setup-go@v2
with: