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 56
56
runs-on : windows-latest
57
57
steps :
58
58
- 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"
61
59
62
60
- 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"
64
62
65
63
- name : Check KCL run
66
64
run : C:\kclvm\bin\kcl.exe run ./examples/configuration/nginx.k
74
72
run : go install kcl-lang.io/cli/cmd/kcl@main && C:\Users\runneradmin\go\bin\kcl.exe run ./examples/configuration/nginx.k
75
73
76
74
- 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"
78
76
79
77
check-kcl-scoop-install :
80
78
runs-on : windows-latest
You can’t perform that action at this time.
0 commit comments