Skip to content

Commit

Permalink
Update kernelsu-los20.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
snowwolf725 authored Oct 5, 2023
1 parent ac1ed9c commit 374d4c9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/kernelsu-los20.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ jobs:
git clone https://github.com/LineageOS/android_prebuilts_gcc_linux-x86_aarch64_aarch64-linux-android-4.9 aarch64
git clone https://github.com/snowwolf725/AnyKernel3 -b oneplus7 --depth=1
rm -rf AnyKernel3/.git
- name: Remove unnecessary files
run: |
sudo rm -rf /opt/ghc
sudo rm -rf "/usr/local/share/boost"
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLSDIRECTORY"
- name: Get Version
id: get_version
run: |
Expand Down

0 comments on commit 374d4c9

Please sign in to comment.