|
|
@@ -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:
|