Skip to content

Commit

Permalink
Update wsa-kernel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWildJames authored Feb 19, 2025
1 parent df5062f commit d4ccc3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/wsa-kernel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ jobs:
declare -A ARCH_MAP=(["x86_64"]="x64" ["arm64"]="arm64")
cp configs/wsa/config-wsa-${ARCH_MAP[${{ inputs.wsa_arch }}]} .config
echo "startofsus" >> .config
# Add SUSFS configuration settings
echo "CONFIG_KSU=y" >> .config
echo "CONFIG_KSU_SUSFS=y" >> .config
Expand All @@ -209,6 +211,7 @@ jobs:
echo "CONFIG_TMPFS_POSIX_ACL=y" >> .config
echo "CONFIG_FANOTIFY=n" >> .config
echo "endofsus" >> .config
- name: Build the Kernel
run: |
Expand Down

0 comments on commit d4ccc3b

Please sign in to comment.