diff options
| author | Garrett Cox <garrettjcox@gmail.com> | 2025-11-22 13:04:53 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-22 13:04:53 -0600 |
| commit | 749f7172e5fb6f8800fda7f2f3dd306386795761 (patch) | |
| tree | f11e33b4aa524e27853b01c717a8994005afed7a /.github/workflows | |
| parent | 40601ae6141f34424f53eabd1d1253a085e4e3bd (diff) | |
Revert "Remove timestamp from cache key (#1360)" (#1361)
This reverts commit 1ea60b6676f7041558c98c820dbaf23c2e40517d.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/main.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index d562f636e..0d198d3f5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,6 @@ 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 }} @@ -88,7 +87,6 @@ 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 }} @@ -165,7 +163,6 @@ 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 }} @@ -270,7 +267,6 @@ 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: | |
