Skip to content

Commit d513e96

Browse files
committed
nix: build all binaries again
1 parent e341c44 commit d513e96

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/nix.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,8 @@ jobs:
113113
run: cachix push haskell-language-server dev
114114
- name: Build binaries
115115
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 temporarily disabling it for now.
118-
# - name: Build all binaries
119-
# run: nix build --print-build-logs .#all-haskell-language-server
116+
- name: Build all binaries
117+
run: nix build --print-build-logs .#all-haskell-language-server
120118
- name: Push binaries
121119
if: ${{ env.HAS_TOKEN == 'true' }}
122120
run: nix path-info --json | jq -r '.[].path' | cachix push haskell-language-server

0 commit comments

Comments
 (0)