Skip to content

Commit 13006e4

Browse files
committed
ci: update windows install redirect tests
Signed-off-by: peefy <[email protected]>
1 parent 12f8c23 commit 13006e4

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/install-kcl.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,9 @@ jobs:
5656
runs-on: windows-latest
5757
steps:
5858
- uses: actions/checkout@v3
59-
- name: Check Install Script Core
60-
run: powershell -Command "iwr -useb https://kcl-lang.io/script/install-cli.ps1 | iex"
6159

6260
- name: Check Install Script CLI
63-
run: powershell -Command "iwr -useb https://kcl-lang.io/script/uninstall-cli.ps1 | iex"
61+
run: powershell -Command "iwr -useb https://www.kcl-lang.io/script/install-cli.ps1 | iex"
6462

6563
- name: Check KCL run
6664
run: C:\kclvm\bin\kcl.exe run ./examples/configuration/nginx.k
@@ -74,7 +72,7 @@ jobs:
7472
run: go install kcl-lang.io/cli/cmd/kcl@main && C:\Users\runneradmin\go\bin\kcl.exe run ./examples/configuration/nginx.k
7573

7674
- name: Check Uninstall Script CLI
77-
run: powershell -Command "iwr -useb https://kcl-lang.io/script/uninstall-cli.ps1 | iex"
75+
run: powershell -Command "iwr -useb https://www.kcl-lang.io/script/uninstall-cli.ps1 | iex"
7876

7977
check-kcl-scoop-install:
8078
runs-on: windows-latest

0 commit comments

Comments
 (0)