Ver Fonte

Include ccache stats in build.yml

Add ccache stats step to the build workflow
jimsterino98 há 4 meses atrás
pai
commit
da0f80c783
1 ficheiros alterados com 4 adições e 0 exclusões
  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