Skip to content

Commit 00b785a

Browse files
authored
Fix incorrect variable usage
1 parent 98f086b commit 00b785a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Build SukiSU Ultra OnePlus.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -502,8 +502,8 @@ jobs:
502502
503503
if [[ "$TRUSTY_EXISTS" == "false" ]]; then
504504
echo "修复内核版本6.6部分机型缺失Trusty OS导致的susfs的报错"
505-
sed -i 's/-32,12 +32,38/-32,11 +32,37/g' 50_add_susfs_in_gki-${{ env.ANDROID_VERSION }}-${env.KERNEL_VERSION}.patch
506-
sed -i '/#include <trace\/hooks\/fs.h>/d' 50_add_susfs_in_gki-${{ env.ANDROID_VERSION }}-${env.KERNEL_VERSION}.patch
505+
sed -i 's/-32,12 +32,38/-32,11 +32,37/g' 50_add_susfs_in_gki-${{ env.ANDROID_VERSION }}-${KERNEL_VERSION}.patch
506+
sed -i '/#include <trace\/hooks\/fs.h>/d' 50_add_susfs_in_gki-${{ env.ANDROID_VERSION }}-${KERNEL_VERSION}.patch
507507
fi
508508
fi
509509
echo "正在打susfs补丁"

0 commit comments

Comments
 (0)