diff options
| author | Garrett Cox <garrettjcox@gmail.com> | 2025-11-22 12:01:52 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-22 12:01:52 -0600 |
| commit | 1ea60b6676f7041558c98c820dbaf23c2e40517d (patch) | |
| tree | 0cd1658c81c52a0f894b3b27a5771091103ebf97 /.github/workflows | |
| parent | a42551063d2723764e3b595f679bb83852101002 (diff) | |
Remove timestamp from cache key (#1360)
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/main.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0d198d3f5..d562f636e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,6 +18,7 @@ jobs: uses: hendrikmuhs/ccache-action@v1.2 with: save: ${{ github.ref_name == github.event.repository.default_branch }} + append-timestamp: false key: ${{ runner.os }}-otr-ccache-${{ github.ref_name }} restore-keys: | ${{ runner.os }}-otr-ccache-${{ github.event.repository.default_branch }} @@ -87,6 +88,7 @@ jobs: with: create-symlink: true save: ${{ github.ref_name == github.event.repository.default_branch }} + append-timestamp: false key: ${{ runner.os }}-14-ccache-${{ github.ref_name }} restore-keys: | ${{ runner.os }}-14-ccache-${{ github.event.repository.default_branch }} @@ -163,6 +165,7 @@ jobs: uses: hendrikmuhs/ccache-action@v1.2 with: save: ${{ github.ref_name == github.event.repository.default_branch }} + append-timestamp: false key: ${{ runner.os }}-ccache-${{ github.ref_name }} restore-keys: | ${{ runner.os }}-ccache-${{ github.event.repository.default_branch }} @@ -267,6 +270,7 @@ jobs: variant: sccache max-size: "2G" evict-old-files: job + append-timestamp: false save: ${{ github.ref_name == github.event.repository.default_branch }} key: ${{ runner.os }}-ccache-${{ github.ref_name }} restore-keys: | |
