Skip to content

Commit

Permalink
Update j3xnlte_lineage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NotNoelChannel authored May 18, 2024
1 parent 7123949 commit 42b6992
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/j3xnlte_lineage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,13 @@ jobs:
mv ~/TWRP/device/samsung/sharkls-common/patches/sprd-diff/system_media.diff ~/TWRP/system/media
cd ~/TWRP/system/media
patch -p1 < system_media.diff
- name: Making up space
run: |
sudo apt-get clean
journalctl --disk-usage
sudo journalctl --vacuum-time=3d
sudo rm -rf ~/.cache/thumbnails/*
sudo apt-get autoremove --purge
- name: Building LineageOS
run: |
cd ~/TWRP
Expand Down

0 comments on commit 42b6992

Please sign in to comment.