Skip to content

Commit

Permalink
update repo
Browse files Browse the repository at this point in the history
  • Loading branch information
xc112lg authored Mar 1, 2024
1 parent b1e2dfe commit 82f87f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ jobs:
crave set --projectID 64
;;
"LineageOS 21.0")
repo init -u https://github.com/accupara/los21.git -b lineage-21.0 --git-lfs --depth=1
repo init -u https://github.com/LineageOS/android.git -b lineage-21.0 --git-lfs --depth=1
crave set --projectID 72
;;
"LineageOS 20.0")
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/selfhosted.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ jobs:
repo init -u https://github.com/DerpFest-AOSP/manifest.git -b 13 --depth=1
;;
"LineageOS 21.0")
repo init -u https://github.com/accupara/los21.git -b lineage-21.0 --git-lfs --depth=1
repo init -u https://github.com/LineageOS/android.git -b lineage-21.0 --git-lfs --depth=1
;;
"LineageOS 20.0")
repo init -u https://github.com/accupara/los20.git -b lineage-20.0 --git-lfs --depth=1
Expand Down

0 comments on commit 82f87f4

Please sign in to comment.