Skip to content

Commit e8095a1

Browse files
committed
nix; fix CI command
1 parent 493e293 commit e8095a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
- name: Build binaries
112112
run: nix build --print-build-logs
113113
- name: Build all binaries
114-
run: nix build --print-build-logs all-haskell-language-server
114+
run: nix build --print-build-logs .#all-haskell-language-server
115115
- name: Push binaries
116116
if: ${{ env.HAS_TOKEN == 'true' }}
117117
run: nix path-info --json | jq -r '.[].path' | cachix push haskell-language-server

0 commit comments

Comments
 (0)