Skip to content

Commit

Permalink
Update sultan.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWildJames authored Mar 2, 2025
1 parent d39a3f0 commit 3124260
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sultan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ jobs:
echo "Changing to configuration directory: $CONFIG..."
cd "$CONFIG"
# Apply additional patch
cp ../kernel_patches/sys.c_fix.patch ./
patch -p1 --fuzz=3 < ./sys.c_fix.patch
cp ../kernel_patches/sultan/sys.c_fix.patch ./
patch -p1 --fuzz=3 < sys.c_fix.patch
sed -i "s/poofed_size: '%u'/poofed_size: '%llu'/g" ./fs/susfs.c
sed -i "s/length of string: %u/length of string: %lu/g" ./fs/susfs.c
Expand Down

0 comments on commit 3124260

Please sign in to comment.