From 3c590e2c2f2dc1a5de71bc45df49e9a5aafc1a34 Mon Sep 17 00:00:00 2001 From: jiriks74 Date: Thu, 19 Dec 2024 11:08:29 +0100 Subject: [PATCH] fix(ci): Remove `nix` cache action as it barely works It takes 11 minutes to cache everything on a otherwise 2 minute job. Nix doesn't even pull from it most of the time. --- .forgejo/workflows/update.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.forgejo/workflows/update.yml b/.forgejo/workflows/update.yml index 1bf276c..6bfba98 100644 --- a/.forgejo/workflows/update.yml +++ b/.forgejo/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