From 4bb75282b42eeaa96c81a9cc4530d74f93bb0c9d Mon Sep 17 00:00:00 2001 From: Jake Stanger Date: Sat, 22 Jul 2023 14:58:16 +0100 Subject: [PATCH] ci(build): add nix caching --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a9006e0..810c075 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -73,4 +73,6 @@ jobs: name: jakestanger signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}' + - uses: DeterminateSystems/magic-nix-cache-action@main + - run: nix build --print-build-logs \ No newline at end of file