Skip to content

Commit

Permalink
chore: use latest cli on windows
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Sep 14, 2024
1 parent d9ed471 commit 98cad75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install KCL
shell: powershell
run: |
go install kcl-lang.io/cli/cmd/kcl@main
go install kcl-lang.io/cli/cmd/kcl@latest
$GoPath = go env GOPATH
$GoInstallBin = Join-Path $GoPath "bin"
$Env:PATH += ";$GoInstallBin"
Expand Down

0 comments on commit 98cad75

Please sign in to comment.