File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -103,15 +103,15 @@ jobs:
103
103
authToken : ${{ secrets.HLS_CACHIX_AUTH_TOKEN }}
104
104
- name : Build development shell
105
105
run : nix develop --print-build-logs --profile dev
106
- - name : Build development shell (GHC 9.0.1)
107
- run : nix develop --print-build-logs .#haskell-language-server-901- dev --profile dev
106
+ - name : Build all development shell
107
+ run : nix develop --print-build-logs .#all- dev-shells --profile dev
108
108
- name : Push development shell
109
109
if : ${{ env.HAS_TOKEN == 'true' }}
110
110
run : cachix push haskell-language-server dev
111
111
- name : Build binaries
112
112
run : nix build --print-build-logs
113
- - name : Build binaries (GHC 9.0.1)
114
- run : nix build --print-build-logs .# haskell-language-server-901
113
+ - name : Build all binaries
114
+ run : nix build --print-build-logs all- haskell-language-server
115
115
- name : Push binaries
116
116
if : ${{ env.HAS_TOKEN == 'true' }}
117
117
run : nix path-info --json | jq -r '.[].path' | cachix push haskell-language-server
You can’t perform that action at this time.
0 commit comments