Merge pull request 'feature/build-cache' () from feature/build-cache into main

This commit is contained in:
ahuston-0 2025-03-10 10:20:28 -04:00
commit ffa24818de

@ -45,6 +45,7 @@ jobs:
purge-created: 0 purge-created: 0
# except the version with the `primary-key`, if it exists # except the version with the `primary-key`, if it exists
purge-primary-key: never purge-primary-key: never
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
- uses: nix-community/cache-nix-action@v6 - uses: nix-community/cache-nix-action@v6
name: purge some individual caches name: purge some individual caches
@ -62,6 +63,7 @@ jobs:
purge-created: 259200 purge-created: 259200
# except the version with the `primary-key`, if it exists # except the version with the `primary-key`, if it exists
purge-primary-key: never purge-primary-key: never
token: ${{ secrets.GH_TOKEN_FOR_UPDATES }}
# Check that the `common` cache is restored correctly # Check that the `common` cache is restored correctly
merge-similar-caches-check: merge-similar-caches-check: