aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2023-03-04 10:58:39 -0800
committerJohn MacFarlane <[email protected]>2023-03-04 10:58:39 -0800
commit8701da67bee6b12dcf1641bbd9db81f4f36d4fe8 (patch)
tree5649dc5abc13e74bb372ba0e009aa90a64fe7fb9 /.github
parent7ad66b58ef6352ce2b7a8911649cc046d529ddfe (diff)
Fix nix CI.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
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: