Skip to content

Commit

Permalink
Merge pull request #17 from xc112lg/main
Browse files Browse the repository at this point in the history
update repo
  • Loading branch information
sounddrill31 authored Mar 1, 2024
2 parents b1e2dfe + 82f87f4 commit 6e3f6ab
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 6e3f6ab

Please sign in to comment.