Browse Source

Update build.yml

jimsterino98 5 months ago
parent
commit
58a19efeb1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .github/workflows/build.yml

+ 1 - 0
.github/workflows/build.yml

@@ -272,6 +272,7 @@ jobs:
            # patch for adding bbg in configLSM for some devices 
            for p in *.patch; do
             patch -p1 < "$p"
+            rm -f "$p"
            done
           else
            echo "BBG already enabled"