diff options
| author | John MacFarlane <[email protected]> | 2023-03-04 10:58:39 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-03-04 10:58:39 -0800 |
| commit | 8701da67bee6b12dcf1641bbd9db81f4f36d4fe8 (patch) | |
| tree | 5649dc5abc13e74bb372ba0e009aa90a64fe7fb9 /.github/workflows | |
| parent | 7ad66b58ef6352ce2b7a8911649cc046d529ddfe (diff) | |
Fix nix CI.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 2 |
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: |
