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 d90b957 commit 8c7dcc1Copy full SHA for 8c7dcc1
.github/workflows/build.yml
@@ -80,7 +80,7 @@ jobs:
80
81
# Initialize and sync kernel source
82
echo "Initializing and syncing kernel source..."
83
- if [[ "${{ inputs.model }}" == "next" ]]; then
+ if [[ "${{ inputs.model }}" == "OP-10T" ]]; then
84
repo init -u https://github.com/OnePlusOSS/kernel_manifest.git -b ${{ inputs.branch }} --repo-rev=v2.16 --depth=1
85
sed -i -E '/remote="origin"/s/oneplus\/sm8475_v_15.0.0_oneplus_11r/oneplus\/sm8475_v_15.0.0_oneplus_10t/' .repo/manifests/oneplus_11r_v.xml
86
# Sync repo and apply patches
0 commit comments