Browse Source

Update build configuration in workflow

Replaced LZMA compression flag with no error on mismatch configuration.
Vinylsmith 7 months ago
parent
commit
7489b70976
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/OrangeFox-Recovery-Builder-new.yml

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

@@ -121,7 +121,7 @@ jobs:
         set +e
         source build/envsetup.sh
         export ALLOW_MISSING_DEPENDENCIES=true
-        export OF_USE_LZMA_COMPRESSION=1
+        export CONFIG_NO_ERROR_ON_MISMATCH=y
         set -e
         ${{ steps.fox_branch.outputs.value }}