From ba7b8c93c5d27724c50dff49111d186d5c650492 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/check.yml | 4 ---- .forgejo/workflows/update.yml | 2 -- 2 files changed, 6 deletions(-) diff --git a/.forgejo/workflows/check.yml b/.forgejo/workflows/check.yml index d3c4c5b..10fe9b5 100644 --- a/.forgejo/workflows/check.yml +++ b/.forgejo/workflows/check.yml @@ -27,10 +27,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 - with: - fail-mode: true - name: Check Nix flake inputs uses: https://github.com/DeterminateSystems/flake-checker-action@v4 # This action - name: Run nix flake check 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