We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff5d65b commit a75139bCopy full SHA for a75139b
.github/workflows/custom.yml
@@ -1,4 +1,4 @@
1
-name: Custom build kernel and Wi-Fi module
+name: Custom Build kernel and Wi-Fi module
2
3
on:
4
workflow_dispatch:
@@ -87,8 +87,8 @@ jobs:
87
patch -N -p1 < 50_add_susfs_in_kernel-4.14.patch
88
fi
89
if find . -name "*.rej" | grep -q .; then
90
- echo "SUSFS patch rejects found:"; find . -name "*.rej" -print -exec sed -n '1,20p' {} \;;
91
- exit 1;
+ echo "SUSFS patch rejects found:"; find . -name "*.rej" -print -exec sed -n '1,20p' {} \;
+ exit 1
92
93
94
- name: Patch btrfs struct timespec64 using patch file
0 commit comments