We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 595b8a6 commit 00bfdb4Copy full SHA for 00bfdb4
.github/workflows/main.yml
@@ -26,7 +26,7 @@ jobs:
26
run: cabal update
27
28
- name: Install ghc, bzip2 and zlib as build-time dependencies
29
- run: nix-env -iA pkgs.ghc pkgs.bzip2.dev pkgs.zlib.dev -f .
+ run: nix-env -iA pkgs.ghc pkgs.bzip2.dev pkgs.zlib.dev pkgs.zstd.dev -f .
30
31
- name: (x86 - C++) Build ext-stg-gc (souffle-produced reachability analysis for GC)
32
run: nix-build -A ext-stg-gc
0 commit comments