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 ea2066e commit 4f232a1Copy full SHA for 4f232a1
.github/workflows/sultan.yml
@@ -108,6 +108,9 @@ jobs:
108
109
cp ../../kernel_patches/next/susfs_fix_patches/v1.5.9/fix_ksud.c.patch ./
110
patch -p1 --forward --fuzz=3 < fix_ksud.c.patch
111
+
112
+ cp ../../kernel_patches/next/susfs_fix_patches/v1.5.9/fix_rules.c.patch ./
113
+ patch -p1 --forward --fuzz=3 < fix_rules.c.patch
114
115
# Change to common directory and apply SUSFS patch
116
cd ..
0 commit comments