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 67c0fd3 commit 20510faCopy full SHA for 20510fa
.github/workflows/build-kernel-opopen.yml
@@ -66,7 +66,7 @@ jobs:
66
67
# Initialize and sync kernel source
68
echo "Initializing and syncing kernel source..."
69
- $REPO init -u https://github.com/TheWildJames/OnePlus_KernelSU_SUSFS.git -b open -m oneplus_open_v.xml --repo-rev=v2.16
+ $REPO init -u https://github.com/TheWildJames/OnePlus_KernelSU_SUSFS.git -b open -m oneplus_open_v.xml --repo-rev=v2.16 --depth=1
70
71
# Sync repo and apply patches
72
$REPO --version
0 commit comments