소스 검색

Set OF_USE_LZMA_COMPRESSION environment variable

Enable LZMA compression for the build process.
Vinylsmith 7 달 전
부모
커밋
40d8d2b4b3
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .github/workflows/OrangeFox-Recovery-Builder-new.yml

+ 1 - 0
.github/workflows/OrangeFox-Recovery-Builder-new.yml

@@ -86,6 +86,7 @@ jobs:
         sudo apt update
         sudo apt -y upgrade
         git clone https://gitlab.com/OrangeFox/misc/scripts
+        export OF_USE_LZMA_COMPRESSION=1
         cd scripts
         sudo bash setup/android_build_env.sh