瀏覽代碼

Update main.yml

added zeromount option
jimsterino98 5 月之前
父節點
當前提交
bd6d7f5620
共有 1 個文件被更改,包括 10 次插入0 次删除
  1. 10 0
      .github/workflows/main.yml

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

@@ -35,6 +35,15 @@ on:
           - no
         default: yes
 
+      zeromount:
+        description: "Add Zeromount?"
+        required: true
+        type: choice
+        options:
+          - yes
+          - no
+        default: no
+
       bbrv3:
         description: "Add BBR?"
         required: true
@@ -73,6 +82,7 @@ jobs:
       bbrv3: ${{ inputs.bbrv3 }}
       unicodefix: ${{ inputs.unicodefix }}
       optimizations: ${{ inputs.optimizations }}
+      zeromount: ${{ inputs.zeromount }}
 
   release:
     runs-on: ubuntu-latest