tricu

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

commit 08c5b3a74e894a64c8d50460b4194177921e2f95
parent 3e3e5802fa4280c71982f6936aadd6c154bd4f32
Author: James Eversole <james@eversole.co>
Date:   Tue, 21 Jan 2025 16:28:35 -0600

Update Cabal caching path

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

diff --git a/.gitea/workflows/test-and-build.yml b/.gitea/workflows/test-and-build.yml @@ -24,7 +24,7 @@ jobs: uses: actions/cache@v4 with: path: | - ~/.cabal + ~/.cache/cabal ~/.ghc key: cabal-${{ runner.os }}-${{ hashFiles('tricu.cabal') }} restore-keys: | @@ -44,7 +44,7 @@ jobs: run: | nix develop --command cabal update - - name: Install dependencies and run tests + - name: Run test suite run: | nix develop --command cabal test @@ -63,7 +63,7 @@ jobs: uses: actions/cache@v4 with: path: | - ~/.cabal + ~/.cache/cabal ~/.ghc key: cabal-${{ runner.os }}-${{ hashFiles('tricu.cabal') }} restore-keys: |