瀏覽代碼

Include ccache stats in build.yml

Add ccache stats step to the build workflow
jimsterino98 4 月之前
父節點
當前提交
da0f80c783
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      .github/workflows/build.yml

+ 4 - 0
.github/workflows/build.yml

@@ -247,6 +247,10 @@ jobs:
         with:
          branch: ${{ inputs.branch }}
          ccache: ${{ inputs.ccache }}
+
+      - name: ccache stats
+        if: always()
+        run: ccache -s -v || ccache -s
           
       - name: Prepare AnyKernel3
         uses: ./.github/actions/ak3zip-prep