fix
This commit is contained in:
4
.github/workflows/build-module.yml
vendored
4
.github/workflows/build-module.yml
vendored
@@ -71,12 +71,12 @@ jobs:
|
|||||||
echo " > make tools/install"
|
echo " > make tools/install"
|
||||||
make tools/install -i -j `nproc`
|
make tools/install -i -j `nproc`
|
||||||
|
|
||||||
cat ./build_dir/target-*/linux-*/linux-*/.vermagic
|
cat ./build_dir/target-*/linux-*/linux-*/.vermagic || true
|
||||||
|
|
||||||
echo " > make toolchain/install"
|
echo " > make toolchain/install"
|
||||||
make toolchain/install -i -j `nproc`
|
make toolchain/install -i -j `nproc`
|
||||||
|
|
||||||
cat ./build_dir/target-*/linux-*/linux-*/.vermagic
|
cat ./build_dir/target-*/linux-*/linux-*/.vermagic || true
|
||||||
|
|
||||||
# compile kernel module
|
# compile kernel module
|
||||||
echo " > make target/linux/compile"
|
echo " > make target/linux/compile"
|
||||||
|
|||||||
Reference in New Issue
Block a user