Ver código fonte

workflow: move CCache to bottom (inputs + with)

TheWildJames 1 semana atrás
pai
commit
b4a5ac610d
1 arquivos alterados com 7 adições e 7 exclusões
  1. 7 7
      .github/workflows/main.yml

+ 7 - 7
.github/workflows/main.yml

@@ -95,12 +95,6 @@ on:
         type: boolean
         default: true
 
-      cache:
-        description: "CCache"
-        required: false
-        default: true
-        type: boolean
-
       ipv6_nat:
        description: "IPv6_NAT & IP-SET"
        required: false
@@ -119,6 +113,12 @@ on:
        default: true
        type: boolean
 
+      cache:
+        description: "CCache"
+        required: false
+        default: true
+        type: boolean
+
 jobs:
 
   resolve-sources:
@@ -284,10 +284,10 @@ jobs:
       droidspace: ${{ inputs.droidspace }}
       ntsync: ${{ inputs.ntsync }}
       bbrv3: ${{ inputs.bbrv3 }}
-      cache: ${{ inputs.cache }}
       ipv6_nat: ${{ inputs.ipv6_nat }}
       optimization: ${{ inputs.optimization }}
       ttl: ${{ inputs.ttl }}
+      cache: ${{ inputs.cache }}
       lto: ${{ inputs.lto }}
 
   release: