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 b76394c commit da9e04dCopy full SHA for da9e04d
.github/workflows/main.yml
@@ -25,15 +25,12 @@ jobs:
25
- name: Cabal update
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 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
33
34
- name: (x86 - GHC 9.6.6) Build dap-estgi-server w/ nix
35
run: nix-build -A dap-estgi-server
36
37
- name: (x86 - GHC 9.6.6) Build dap-estgi-server w/ cabal
38
- run: cabal build dap-estgi-server
+ run: nix-shell -p pkgs.ghc -p pkgs.bzip2.dev -p pkgs.zlib.dev --run 'cabal build dap-estgi-server' -I=.
39
0 commit comments