From c886aca5d40416a219f81bba9c30f654934ea0b0 Mon Sep 17 00:00:00 2001 From: jiriks74 Date: Mon, 16 Dec 2024 03:45:19 +0100 Subject: [PATCH] fix(ci/update): Drop cache action It's useless for just updating nix flake inputs --- .github/workflows/update.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 1bf276c..6bfba98 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -12,8 +12,6 @@ jobs: uses: actions/checkout@v4 - name: Install nix uses: https://github.com/DeterminateSystems/nix-installer-action@main - - name: Setup Action cache for nix - uses: https://github.com/DeterminateSystems/magic-nix-cache-action@main - name: Update flake.lock id: update