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 37d846d commit 272a605Copy full SHA for 272a605
.github/workflows/nix.yml
@@ -67,9 +67,9 @@ jobs:
67
name: haskell-language-server
68
# Disable pushing, we will do that in job `build`
69
skipPush: true
70
- - run: |
71
- nix develop --print-build-logs --command cabal update
72
- nix develop --print-build-logs --command cabal build
+ # - run: |
+ # nix develop --print-build-logs --command cabal update
+ # nix develop --print-build-logs --command cabal build
73
74
# Build and then push HLS binaries with developmet shell to cachix
75
# This job runs when
0 commit comments