Эх сурвалжийг харах

Add ccache input to kernel-samsung workflow

jimsterino98 4 сар өмнө
parent
commit
f89fa28e45

+ 4 - 0
.github/workflows/kernel-samsung.yml

@@ -31,6 +31,9 @@ on:
       bbr:
         required: true
         type: string
+      ccache:
+        required: true
+        type: string
 
 jobs:
   build-kernels-a12:
@@ -163,4 +166,5 @@ jobs:
       droidspace: ${{ inputs.droidspace }}
       ntsync: ${{ inputs.ntsync }}
       bbr: ${{ inputs.bbr }}
+      ccache: ${{ inputs.ccache }}