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