From 8701da67bee6b12dcf1641bbd9db81f4f36d4fe8 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 4 Mar 2023 10:58:39 -0800 Subject: Fix nix CI. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1d9db1ec..e1a1276d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -153,7 +153,7 @@ jobs: with: nix_path: nixpkgs=channel:nixos-unstable - run: | - nix-shell --run "cabal test --disable-optimization" + nix-shell --run "cabal update && cabal test --disable-optimization" windows: -- cgit v1.2.3