Skip to content

Commit

Permalink
fix: brew install test scripts
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Nov 1, 2023
1 parent 658c60c commit 77f78ab
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/install-kcl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ jobs:
run: |
brew install kcl-lang/tap/kcl
echo "brew installed successfully"
kcl ./static/stack/main.k
kclvm_cli run ./static/stack/main.k
kcl version
kcl run ./static/stack/main.k
check-kcl-brew-install-linux:
runs-on: ubuntu-latest
Expand All @@ -148,4 +148,5 @@ jobs:
run: |
brew install kcl-lang/tap/kcl
echo "brew installed successfully"
kcl ./static/stack/main.k
kcl version
kcl run ./static/stack/main.k

0 comments on commit 77f78ab

Please sign in to comment.