CI: Install linux-modules-extra for VRF module
Signed-off-by: Casey Callendrello <cdc@redhat.com>
This commit is contained in:
parent
dd1c37bcf4
commit
3cc11350b8
4
.github/workflows/test.yaml
vendored
4
.github/workflows/test.yaml
vendored
@ -31,6 +31,10 @@ jobs:
|
|||||||
name: Run tests on Linux amd64
|
name: Run tests on Linux amd64
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install kernel module
|
||||||
|
run: |
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt-get install linux-modules-extra-$(uname -r)
|
||||||
- name: setup go
|
- name: setup go
|
||||||
uses: actions/setup-go@v2
|
uses: actions/setup-go@v2
|
||||||
with:
|
with:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user