Skip to content

Commit 43d6254

Browse files
committed
test: update windows install script CI
Signed-off-by: peefy <[email protected]>
1 parent 68dc0ec commit 43d6254

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/install-kcl.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,11 @@ jobs:
6464
steps:
6565
- uses: actions/checkout@v3
6666
- name: Check Install Script Core
67-
run: static/script/install.ps1
67+
run: powershell -Command "iwr -useb https://kcl-lang.io/script/install-cli.ps1 | iex"
6868

6969
- name: Check Install Script CLI
70-
run: static/script/install-cli.ps1
70+
run: powershell -Command "iwr -useb https://kcl-lang.io/script/uninstall-cli.ps1 | iex"
71+
7172
- name: Check KCL run
7273
run: C:\kclvm\bin\kcl.exe run ./examples/configuration/nginx.k
7374

0 commit comments

Comments
 (0)