We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff6e1c3 commit f7ec487Copy full SHA for f7ec487
.github/workflows/recovery.yml
@@ -54,8 +54,6 @@ jobs:
54
repo init -u $MANIFEST -b $MANIFEST_BRANCH --depth=1 --groups=all,-notdefault,-device,-darwin,-x86,-mips
55
git clone https://github.com/sasukeuchiha-clan/Begonia.git --depth 1 -b test .repo/local_manifests
56
repo sync -j4
57
- git clone $DT_LINK --depth=1 --single-branch $DT_PATH
58
- git clone $VT_LINK --depth=1 --single-branch $VT_PATH
59
60
- name: Build
61
run: |
0 commit comments