From cc3e97985d879a36ed8d797d8a1cc3bf6010d9fb Mon Sep 17 00:00:00 2001 From: Ellie Hermaszewska Date: Fri, 12 Apr 2024 15:50:54 +0900 Subject: Disable sccache timestamps (#3937) The timestamped caches were filling up the 10GB max cache size, removing the timestamps allows older ones to be overwritten instead --- .github/actions/common-setup/action.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.github/actions') diff --git a/.github/actions/common-setup/action.yml b/.github/actions/common-setup/action.yml index 60c81b007..a1323ddbd 100644 --- a/.github/actions/common-setup/action.yml +++ b/.github/actions/common-setup/action.yml @@ -21,8 +21,9 @@ runs: - name: Set up sccache uses: hendrikmuhs/ccache-action@v1.2 with: - key: ${{github.job}}-${{inputs.os}}-${{inputs.compiler}}-${{inputs.platform}}-${{inputs.config}} + key: ${{inputs.os}}-${{inputs.compiler}}-${{inputs.platform}}-${{inputs.config}} variant: sccache + append-timestamp: false - shell: bash run: | # Set up system dependencies -- cgit v1.2.3