We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1ff544 commit 40a23c0Copy full SHA for 40a23c0
.github/workflows/driver-cross-build.yml
@@ -65,4 +65,11 @@ jobs:
65
run: |
66
cd ${DRIVER_SRC_DIR}
67
make -f ${REPOSITORY_DIR}/.test/Makefile.crosscompile
68
- make -f ${REPOSITORY_DIR}/.test/Makefile.crosscompile clean
+
69
+ - name: Clean up kernel module
70
+ env:
71
+ REPOSITORY_DIR: ${{ steps.cross-build.outputs.repository-dir }}
72
+ DRIVER_SRC_DIR: ${{ steps.cross-build.outputs.driver-src-dir }}
73
+ run: |
74
+ cd ${DRIVER_SRC_DIR}
75
+ make -f ${REPOSITORY_DIR}/.test/Makefile.crosscompile clean
0 commit comments