Explorar el Código

Add ccache input to kernel-samsung workflow

jimsterino98 hace 4 meses
padre
commit
f89fa28e45
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      .github/workflows/kernel-samsung.yml

+ 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 }}