Skip to content

Commit 4b315ff

Browse files
committed
Fix Build Error2
1 parent 6c2d13a commit 4b315ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ jobs:
197197
echo "Kernel >= $MIN_VERSION, skipping ptrace patch"
198198
fi
199199
200-
if [ "${{ inputs.model }}" == "OPAce5Pro" || "${{ inputs.model }}" == "OP13" ]; then
200+
if [ "${{ inputs.model }}" == "OPAce5Pro" ] || [ "${{ inputs.model }}" == "OP13" ]; then
201201
curl -Ls https://github.com/schqiushui/android_kernel_common_oneplus_sm8750/commit/5d2cc9706a35f5e4b5dbbd5d247487225a46e02c.patch | patch -p1 -F 3
202202
else
203203
echo "Not OPAce5Pro / OP13, skipping fengchi patch"

0 commit comments

Comments
 (0)