Explorar el Código

Add 'lto' input parameter to build workflow

jimsterino98 hace 2 semanas
padre
commit
73a30e9d8a
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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: