From 04ac1380f4c85c02734817a64e290a8ec8d6271e Mon Sep 17 00:00:00 2001 From: James Eversole Date: Tue, 21 Jan 2025 13:14:09 -0600 Subject: [PATCH] 7 --- .gitea/workflows/test-and-build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitea/workflows/test-and-build.yml b/.gitea/workflows/test-and-build.yml index e8de405..83ef45d 100644 --- a/.gitea/workflows/test-and-build.yml +++ b/.gitea/workflows/test-and-build.yml @@ -43,8 +43,7 @@ jobs: - name: Initialize Cabal and update package list run: | - cabal update - cabal configure + nix develop --command cabal update - name: Install dependencies and run tests run: |