Fix nix CI.

This commit is contained in:
John MacFarlane
2023-03-04 10:58:39 -08:00
parent 7ad66b58ef
commit 8701da67be
+1 -1
View File
@@ -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: