Skip to content

Commit 00bfdb4

Browse files
committed
zstd.dev
1 parent 595b8a6 commit 00bfdb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: cabal update
2727

2828
- name: Install ghc, bzip2 and zlib as build-time dependencies
29-
run: nix-env -iA pkgs.ghc pkgs.bzip2.dev pkgs.zlib.dev -f .
29+
run: nix-env -iA pkgs.ghc pkgs.bzip2.dev pkgs.zlib.dev pkgs.zstd.dev -f .
3030

3131
- name: (x86 - C++) Build ext-stg-gc (souffle-produced reachability analysis for GC)
3232
run: nix-build -A ext-stg-gc

0 commit comments

Comments
 (0)