Explorar el Código

make sure we're building for the correct kernel version

Tomás Pinho hace 5 años
padre
commit
6116cb3a52
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/ci.yml

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

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