Browse Source

make sure we're building for the correct kernel version

Tomás Pinho 5 years ago
parent
commit
6116cb3a52
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -14,4 +14,4 @@ jobs:
     - name: prepare build
     - name: prepare build
       run: sudo m-a prepare
       run: sudo m-a prepare
     - name: build
     - name: build
-      run: make
+      run: make KVER=$KVER