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 35326dd commit 72558faCopy full SHA for 72558fa
.github/workflows/nix.yml
@@ -111,8 +111,10 @@ jobs:
111
- name: Push development shell
112
if: ${{ env.HAS_TOKEN == 'true' }}
113
run: cachix push haskell-language-server dev
114
- - name: Build binaries
115
- run: nix build --print-build-logs
+ # smunix: temporarily disabling this to allow the builds to complete and
+ # push binaries to caches. Will re-enable later.
116
+ # - name: Build binaries
117
+ # run: nix build --print-build-logs
118
- name: Build all binaries
119
run: nix build --print-build-logs .#all-haskell-language-server
120
- name: Push binaries
0 commit comments