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 d341412 commit 9b2ea31Copy full SHA for 9b2ea31
.github/actions/action.yml
@@ -209,7 +209,7 @@ runs:
209
echo "Kernel >= $MIN_VERSION, skipping ptrace patch"
210
fi
211
212
- if [ "${{ inputs.model }}" == "OPAce5Pro" ] || [ "${{ inputs.model }}" == "OP13" || [ "${{ inputs.model }}" == "OP12" ]; then
+ if [ "${{ inputs.model }}" == "OPAce5Pro" ] || [ "${{ inputs.model }}" == "OP13" ] || [ "${{ inputs.model }}" == "OP12" ]; then
213
echo "Patching hmdird!"
214
#curl -Ls https://raw.githubusercontent.com/Plan2241/HMBird-GKI-patch/main/boot.patch | patch -p1 -F 3 --verbose
215
# echo 'obj-y += hmbird_patch.o' >> ./drivers/Makefile
0 commit comments