Skip to content

Commit

Permalink
Update LineageOS.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
onesmiledx authored Jul 14, 2024
1 parent 0d5fbb1 commit bd73f77
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/LineageOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ on:
default: ''
type: choice
options:
- lineage-20.0
- lineage-19.1
- lineage-19.0
- lineage-18.1
- lineage-18.0
- lineage-17.1
Expand Down Expand Up @@ -73,7 +70,7 @@ jobs:
cd android-build
git config --global user.name "onesmiledx"
git config --global user.email "[email protected]"
repo init --depth=1 -u https://github.com/LineageOS/android.git -b ${{ inputs.MANIFEST_BRANCH }}
repo init --depth=1 -u https://github.com/LineageOS/android.git -b ${{ inputs.MANIFEST_BRANCH }} --git-lfs
- name: Repo Sync
run: |
Expand Down

0 comments on commit bd73f77

Please sign in to comment.