Kaynağa Gözat

Add ccache input to kernel-samsung workflow

jimsterino98 4 ay önce
ebeveyn
işleme
f89fa28e45
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  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 }}