From 3fd70395b5988f7bf904850d319ad98d43f0711c Mon Sep 17 00:00:00 2001 From: jiriks74 Date: Fri, 29 Nov 2024 03:57:09 +0100 Subject: [PATCH] fix(ci/check): Add missing lines for action cache --- .github/workflows/check.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index f337b16..6b70631 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -42,9 +42,11 @@ jobs: - uses: actions/checkout@v4 - name: Install nix uses: DeterminateSystems/nix-installer-action@main - - name: Check Nix flake inputs - uses: DeterminateSystems/flake-checker-action@v4 # This action + - name: Setup Action cache for nix + uses: DeterminateSystems/magic-nix-cache-action@main with: fail-mode: true + - name: Check Nix flake inputs + uses: DeterminateSystems/flake-checker-action@v4 # This action - name: Build nvim run: nix build .\#default