From a44d946e090c16afdd735b2f7021f58341b0d172 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Sun, 3 Aug 2025 12:27:24 +0200 Subject: [PATCH] cache build with the magic nix cache --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 613e3ef9..3ad0ba6e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,5 +13,6 @@ jobs: with: fetch-depth: 0 - uses: cachix/install-nix-action@v31 + - uses: DeterminateSystems/magic-nix-cache-action@main #- run: nix flake check - run: nix-build -A checks.x86_64-linux.build -A checks.x86_64-linux.validate-openapi