tricu

An interpreted language for exploring Tree Calculus
Log | Files | Refs | README | LICENSE

commit cbf23bc5693dd52e5db76798fdcd48e3f47fc30f
parent 8b0db2c935eae1d7e9d7f4df3da120be7d945dfb
Author: James Eversole <james@eversole.co>
Date:   Thu, 23 Jan 2025 17:59:47 -0600

Remove Nix caching that can't work due to /nix/store permissions

Diffstat:
M.gitea/workflows/test-and-build.yml | 20--------------------
1 file changed, 0 insertions(+), 20 deletions(-)

diff --git a/.gitea/workflows/test-and-build.yml b/.gitea/workflows/test-and-build.yml @@ -28,16 +28,6 @@ jobs: restore-keys: | cabal- - - name: Set up cache for Nix - uses: actions/cache@v4 - with: - path: | - /nix/store - /nix/var/nix/cache - key: nix-${{ hashFiles('flake.lock') }} - restore-keys: | - nix- - - name: Initialize Cabal and update package list run: | nix develop --command cabal update @@ -58,16 +48,6 @@ jobs: with: fetch-depth: 0 - - name: Set up cache for Nix - uses: actions/cache@v4 - with: - path: | - /nix/store - /nix/var/nix/cache - key: nix-${{ hashFiles('flake.lock') }} - restore-keys: | - nix- - - name: Build and shrink binary run: | nix build