Skip to content

Commit

Permalink
Update main2.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNoelChannel authored Mar 30, 2024
1 parent 35eb9ed commit f93ad63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main2.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: LineageOS CI (nicki/loganrelte)
name: LineageOS CI (loganrelte)

on:
workflow_dispatch:
Expand Down Expand Up @@ -30,8 +30,8 @@ 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
git clone https://github.com/NotNoelChannel/lineage_device_samsung_loganreltexx.git -b cm-14.1-orig ~/TWRP/device/samsung/loganreltexx
python3 ~/.bin/repo init --depth=1 -u https://github.com/aosp-mirror/platform_manifest.git -b android-7.1.2_r11
git clone https://github.com/MSM8930-Samsung/android_device_samsung_loganreltexx.git -b cm-14.1 ~/TWRP/device/samsung/loganreltexx
git clone https://github.com/MSM8930-Samsung/android_kernel_samsung_msm8930-common -b cm-14.1 ~/TWRP/kernel/samsung/msm8930-common
git clone https://github.com/MSM8930-Samsung/proprietary_vendor_samsung_loganreltexx -b cm-14.1 ~/TWRP/vendor/samsung/loganreltexx
python3 ~/.bin/repo sync -c --force-sync --optimized-fetch --no-tags --no-clone-bundle --prune -j$(nproc --all)
Expand Down

0 comments on commit f93ad63

Please sign in to comment.