Browse Source

Add 'lto' input parameter to build workflow

jimsterino98 2 weeks ago
parent
commit
73a30e9d8a
1 changed files with 3 additions and 0 deletions
  1. 3 0
      .github/workflows/build.yml

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

@@ -51,6 +51,9 @@ on:
       ttl:
         required: true
         type: string
+      lto:
+        required: true
+        type: string
 
 jobs:
   build-samsung-gki: