add cache
Some checks failed
Build and Publish / build-release (push) Failing after 11m58s

This commit is contained in:
2026-04-01 11:30:11 -05:00
parent e9b0c7f849
commit 7fcdaa675e

View File

@@ -15,6 +15,11 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4
- uses: actions/cache@v4
with:
path: /nix/store
key: nix-${{ hashFiles('./build/flake.lock') }}
- uses: DeterminateSystems/determinate-nix-action@v3