File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments