Skip to content

Commit 72558fa

Browse files
committed
nix: temporary disable "build binaries" from the work flow
1 parent 35326dd commit 72558fa

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/nix.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,10 @@ jobs:
111111
- name: Push development shell
112112
if: ${{ env.HAS_TOKEN == 'true' }}
113113
run: cachix push haskell-language-server dev
114-
- name: Build binaries
115-
run: nix build --print-build-logs
114+
# smunix: temporarily disabling this to allow the builds to complete and
115+
# push binaries to caches. Will re-enable later.
116+
# - name: Build binaries
117+
# run: nix build --print-build-logs
116118
- name: Build all binaries
117119
run: nix build --print-build-logs .#all-haskell-language-server
118120
- name: Push binaries

0 commit comments

Comments
 (0)