File tree Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Original file line number Diff line number Diff line change 63
63
- name : Check Brew Installation
64
64
working-directory : .
65
65
run : |
66
- brew install kcl-lang/tap/kcl-lsp@0.7.0
66
+ brew install kcl-lang/tap/kcl-lsp
67
67
kcl-language-server version
68
68
69
69
check-kcl-lsp-brew-install-linux :
75
75
- name : Check Brew Installation
76
76
working-directory : .
77
77
run : |
78
- brew install kcl-lang/tap/kcl-lsp@0.7.0
78
+ brew install kcl-lang/tap/kcl-lsp
79
79
kcl-language-server version
Original file line number Diff line number Diff line change @@ -113,15 +113,3 @@ jobs:
113
113
kcl ./examples/configuration/nginx.k
114
114
brew uninstall kcl-lang/tap/kcl
115
115
brew uninstall kcl-lang/tap/kcl-lsp
116
-
117
- brew install kcl-lang/tap/[email protected]
118
- echo "brew installed successfully"
119
- kcl version
120
- kcl ./examples/configuration/nginx.k
121
- kcl-language-server version
122
- brew uninstall kcl-lang/tap/[email protected]
123
- brew uninstall kcl-lang/tap/kcl-lsp
124
-
125
- brew install kcl-lang/tap/kcl-lsp
126
- kcl-language-server version
127
- brew uninstall kcl-lang/tap/kcl-lsp
You can’t perform that action at this time.
0 commit comments