Skip to content

Commit 9b05faa

Browse files
committed
Comment out cabal build for now
1 parent da9e04d commit 9b05faa

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,5 @@ jobs:
3131
- name: (x86 - GHC 9.6.6) Build dap-estgi-server w/ nix
3232
run: nix-build -A dap-estgi-server
3333

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-
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=.

0 commit comments

Comments
 (0)