Skip to content

Commit

Permalink
Update main3.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNoelChannel authored Nov 18, 2023
1 parent be844a2 commit 7518ad9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
cd ~/TWRP
mkdir ~/.bin
curl http://commondatastorage.googleapis.com/git-repo-downloads/repo > ~/.bin/repo
python3 ~/.bin/repo init --depth=1 -u https://github.com/LineageOS/android.git -b cm-14.1
python3 ~/.bin/repo init --depth=1 -u https://github.com/JDCTeam/manifests.git -b opt-cm-13.0
python3 ~/.bin/repo sync -c --force-sync --optimized-fetch --no-tags --no-clone-bundle --prune -j$(nproc --all)
- name: Building LineageOS
run: |
Expand All @@ -42,8 +42,7 @@ jobs:
source build/envsetup.sh
export ALLOW_MISSING_DEPENDENCIES=true
export LC_ALL=C
breakfast jfltexx
lunch lineage_jfltexx-eng
lunch cm_jflte-eng
make -j$(nproc --all) otapackage
export PATH=$OLDPATH
export JAVA_HOME=$OLDJAVAHOME
Expand Down

0 comments on commit 7518ad9

Please sign in to comment.