|
@@ -31,7 +31,7 @@ on:
|
|
|
bbr:
|
|
bbr:
|
|
|
required: true
|
|
required: true
|
|
|
type: string
|
|
type: string
|
|
|
- ccache:
|
|
|
|
|
|
|
+ cache:
|
|
|
required: true
|
|
required: true
|
|
|
type: string
|
|
type: string
|
|
|
|
|
|
|
@@ -203,5 +203,5 @@ jobs:
|
|
|
droidspace: ${{ inputs.droidspace }}
|
|
droidspace: ${{ inputs.droidspace }}
|
|
|
ntsync: ${{ inputs.ntsync }}
|
|
ntsync: ${{ inputs.ntsync }}
|
|
|
bbr: ${{ inputs.bbr }}
|
|
bbr: ${{ inputs.bbr }}
|
|
|
- ccache: ${{ inputs.ccache }}
|
|
|
|
|
|
|
+ cache: ${{ inputs.cache }}
|
|
|
|
|
|