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 09bce3e commit 1f961a9Copy full SHA for 1f961a9
.github/workflows/sultan.yml
@@ -114,6 +114,9 @@ jobs:
114
115
cp ../../kernel_patches/next/susfs_fix_patches/v1.5.9/fix_sucompat.c.patch ./
116
patch -p1 --forward < fix_sucompat.c.patch
117
+
118
+ cp ../../kernel_patches/next/susfs_fix_patches/v1.5.9/fix_kernel_compat.c.patch ./
119
+ patch -p1 --forward < fix_kernel_compat.c.patch
120
121
# Change to common directory and apply SUSFS patch
122
cd ..
0 commit comments