From 240dbd54636622f877b95205214b3e640a1321ad Mon Sep 17 00:00:00 2001 From: James Eversole Date: Thu, 23 Jan 2025 17:42:29 -0600 Subject: [PATCH] Test --- .gitea/workflows/test-and-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test-and-build.yml b/.gitea/workflows/test-and-build.yml index fbbdb8a..6f57908 100644 --- a/.gitea/workflows/test-and-build.yml +++ b/.gitea/workflows/test-and-build.yml @@ -29,7 +29,7 @@ jobs: cabal- - name: Set up cache for Nix - uses: DeterminateSystems/magic-nix-cache-action@v2 + uses: https://github.com/DeterminateSystems/magic-nix-cache@main - name: Initialize Cabal and update package list run: | @@ -52,7 +52,7 @@ jobs: fetch-depth: 0 - name: Set up cache for Nix - uses: DeterminateSystems/magic-nix-cache-action@v2 + uses: https://github.com/DeterminateSystems/magic-nix-cache@main - name: Build and shrink binary run: |