Skip to content

Commit 8c7dcc1

Browse files
Update build.yml
1 parent d90b957 commit 8c7dcc1

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
@@ -80,7 +80,7 @@ jobs:
8080
8181
# Initialize and sync kernel source
8282
echo "Initializing and syncing kernel source..."
83-
if [[ "${{ inputs.model }}" == "next" ]]; then
83+
if [[ "${{ inputs.model }}" == "OP-10T" ]]; then
8484
repo init -u https://github.com/OnePlusOSS/kernel_manifest.git -b ${{ inputs.branch }} --repo-rev=v2.16 --depth=1
8585
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
8686
# Sync repo and apply patches

0 commit comments

Comments
 (0)