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 6c2d13a commit 4b315ffCopy full SHA for 4b315ff
.github/workflows/build.yml
@@ -197,7 +197,7 @@ jobs:
197
echo "Kernel >= $MIN_VERSION, skipping ptrace patch"
198
fi
199
200
- if [ "${{ inputs.model }}" == "OPAce5Pro" || "${{ inputs.model }}" == "OP13" ]; then
+ if [ "${{ inputs.model }}" == "OPAce5Pro" ] || [ "${{ inputs.model }}" == "OP13" ]; then
201
curl -Ls https://github.com/schqiushui/android_kernel_common_oneplus_sm8750/commit/5d2cc9706a35f5e4b5dbbd5d247487225a46e02c.patch | patch -p1 -F 3
202
else
203
echo "Not OPAce5Pro / OP13, skipping fengchi patch"
0 commit comments