Przeglądaj źródła

Include ccache stats in build.yml

Add ccache stats step to the build workflow
jimsterino98 4 miesięcy temu
rodzic
commit
da0f80c783
1 zmienionych plików z 4 dodań i 0 usunięć
  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