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 e276dca commit 6c8cd9dCopy full SHA for 6c8cd9d
.github/workflows/nix.yml
@@ -114,7 +114,7 @@ jobs:
114
- name: Build binaries
115
run: nix build --print-build-logs
116
# smunix: "Build all binaries" takes too long to run and doesn't contribute
117
- # to caching to cachix for now; so I'm disabling it for now.
+ # to caching to cachix for now; so I'm temporarily disabling it for now.
118
# - name: Build all binaries
119
# run: nix build --print-build-logs .#all-haskell-language-server
120
- name: Push binaries
0 commit comments