Kaynağa Gözat

Update main.yml

add kernel optimizations option
jimsterino98 5 ay önce
ebeveyn
işleme
7d0b5616fd
1 değiştirilmiş dosya ile 10 ekleme ve 1 silme
  1. 10 1
      .github/workflows/main.yml

+ 10 - 1
.github/workflows/main.yml

@@ -42,7 +42,7 @@ on:
         options:
           - yes
           - no
-        default: yes
+        default: no
 
       unicodefix:
         description: "Add unicode fix?"
@@ -53,6 +53,15 @@ on:
           - no
         default: yes
 
+      optimizations:
+        description: "Add kernel optimizations?"
+        required: true
+        type: choice
+        options:
+          - yes
+          - no
+        default: no
+
 jobs:
 
   build-samsung: