Skip to content

Commit a8fa936

Browse files
committed
test: add brew setup actions
Signed-off-by: peefy <xpf6677@163.com>
1 parent 33c4101 commit a8fa936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/install-kcl.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ jobs:
125125
runs-on: ${{ matrix.os }}
126126
steps:
127127
- uses: actions/checkout@v3
128+
- uses: Homebrew/actions/setup-homebrew@master
128129

129130
- name: Check Brew Installation
130131
working-directory: .
@@ -134,7 +135,6 @@ jobs:
134135
kcl version
135136
kcl ./static/stack/main.k
136137
brew uninstall kcl-lang/tap/kcl
137-
brew uninstall kcl-lang/tap/kcl-lsp
138138
139139
brew install kcl-lang/tap/kcl@0.6.0
140140
echo "brew installed successfully"

0 commit comments

Comments
 (0)