Skip to content

Commit

Permalink
test: add brew setup actions
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Nov 29, 2023
1 parent 33c4101 commit a8fa936
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install-kcl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: Homebrew/actions/setup-homebrew@master

- name: Check Brew Installation
working-directory: .
Expand All @@ -134,7 +135,6 @@ jobs:
kcl version
kcl ./static/stack/main.k
brew uninstall kcl-lang/tap/kcl
brew uninstall kcl-lang/tap/kcl-lsp
brew install kcl-lang/tap/[email protected]
echo "brew installed successfully"
Expand Down

0 comments on commit a8fa936

Please sign in to comment.