Skip to content

Commit

Permalink
zzzz
Browse files Browse the repository at this point in the history
  • Loading branch information
Peefy committed Nov 13, 2023
1 parent 3f724ea commit 61d2213
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/install-kcl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ jobs:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Check Install Script Core
run: static/script/install.ps1
- name: Check KCL run
run: C:\kclvm\bin\kcl.exe ./static/stack/main.k
# - name: Check Install Script Core
# run: static/script/install.ps1
# - name: Check KCL run
# run: C:\kclvm\bin\kcl.exe ./static/stack/main.k

- name: Check Install Script CLI
run: static/script/install-cli.ps1
Expand Down
2 changes: 1 addition & 1 deletion static/script/install-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ installFile() {

# Copy temp kcl folder into the target installation directory.
info "Copy the kcl temp folder $tmp_kcl_folder into the target installation directory $KCL_INSTALL_DIR/bin"
runAsRoot cp -rf $tmp_kcl_folder $KCL_INSTALL_DIR/bin
runAsRoot cp -f $tmp_kcl_folder/kcl $KCL_INSTALL_DIR/bin

if [ -f "$KCL_CLI_FILE" ]; then
updateProfile "$KCL_HOME_DIR" && info "Finished" "$KCL_CLI_FILENAME installed into $KCL_INSTALL_DIR/bin successfully."
Expand Down

0 comments on commit 61d2213

Please sign in to comment.