فهرست منبع

Rename ccache input to cache in workflow

jimsterino98 4 ماه پیش
والد
کامیت
933928239c
1فایلهای تغییر یافته به همراه3 افزوده شده و 3 حذف شده
  1. 3 3
      .github/workflows/main.yml

+ 3 - 3
.github/workflows/main.yml

@@ -65,8 +65,8 @@ on:
         type: boolean
         default: true
 
-      ccache:
-        description: "use ccache?"
+      cache:
+        description: "use cache?"
         required: false
         default: true
         type: boolean
@@ -85,7 +85,7 @@ jobs:
       droidspace: ${{ inputs.droidspace }}
       ntsync: ${{ inputs.ntsync }}
       bbr: ${{ inputs.bbr }}
-      ccache: ${{ inputs.ccache }}
+      cache: ${{ inputs.cache }}
 
   release:
     runs-on: ubuntu-latest