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 da9e04d commit 9b05faaCopy full SHA for 9b05faa
.github/workflows/main.yml
@@ -31,6 +31,5 @@ jobs:
31
- name: (x86 - GHC 9.6.6) Build dap-estgi-server w/ nix
32
run: nix-build -A dap-estgi-server
33
34
- - name: (x86 - GHC 9.6.6) Build dap-estgi-server w/ cabal
35
- run: nix-shell -p pkgs.ghc -p pkgs.bzip2.dev -p pkgs.zlib.dev --run 'cabal build dap-estgi-server' -I=.
36
-
+ # - name: (x86 - GHC 9.6.6) Build dap-estgi-server w/ cabal
+ # run: nix-shell -p pkgs.ghc -p pkgs.bzip2.dev -p pkgs.zlib.dev --run 'cabal build dap-estgi-server' -I=.
0 commit comments