Skip to content

Commit 4b11df7

Browse files
committed
fix: kcl-brew-install test scripts
Signed-off-by: peefy <xpf6677@163.com>
1 parent 0d8e8f5 commit 4b11df7

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

.github/workflows/install-kcl.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -138,24 +138,14 @@ jobs:
138138
brew uninstall kcl-lang/tap/kcl
139139
brew uninstall kcl-lang/tap/kcl-lsp
140140
141-
brew install kcl-lang/tap/kcl@0.7.0
142-
echo "brew installed successfully"
143-
kcl version
144-
kcl ./static/stack/main.k
145-
brew uninstall kcl-lang/tap/kcl@0.7.0
146-
147141
brew install kcl-lang/tap/kcl@0.8.0
148142
echo "brew installed successfully"
149143
kcl version
150144
kcl ./static/stack/main.k
151145
kcl-language-server version
152146
brew uninstall kcl-lang/tap/kcl@0.8.0
153-
brew uninstall kcl-lang/tap/kcl-lsp@0.8.0
147+
brew uninstall kcl-lang/tap/kcl-lsp
154148
155149
brew install kcl-lang/tap/kcl-lsp
156-
brew uninstall kcl-lang/tap/kcl-lsp
157-
brew install kcl-lang/tap/kcl-lsp@0.7.0
158-
brew uninstall kcl-lang/tap/kcl-lsp@0.7.0
159-
brew install kcl-lang/tap/kcl-lsp@0.8.0
160150
kcl-language-server version
161-
brew uninstall kcl-lang/tap/kcl-lsp@0.8.0
151+
brew uninstall kcl-lang/tap/kcl-lsp

0 commit comments

Comments
 (0)