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