Skip to content

Commit

Permalink
test: update windows install script CI
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Oct 11, 2024
1 parent 68dc0ec commit 43d6254
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/install-kcl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Check Install Script Core
run: static/script/install.ps1
run: powershell -Command "iwr -useb https://kcl-lang.io/script/install-cli.ps1 | iex"

- name: Check Install Script CLI
run: static/script/install-cli.ps1
run: powershell -Command "iwr -useb https://kcl-lang.io/script/uninstall-cli.ps1 | iex"

- name: Check KCL run
run: C:\kclvm\bin\kcl.exe run ./examples/configuration/nginx.k

Expand Down

0 comments on commit 43d6254

Please sign in to comment.