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 493e293 commit e8095a1Copy full SHA for e8095a1
.github/workflows/nix.yml
@@ -111,7 +111,7 @@ jobs:
111
- name: Build binaries
112
run: nix build --print-build-logs
113
- name: Build all binaries
114
- run: nix build --print-build-logs all-haskell-language-server
+ run: nix build --print-build-logs .#all-haskell-language-server
115
- name: Push binaries
116
if: ${{ env.HAS_TOKEN == 'true' }}
117
run: nix path-info --json | jq -r '.[].path' | cachix push haskell-language-server
0 commit comments