From 98cad7557e74f4276d1b450405151c3831ead127 Mon Sep 17 00:00:00 2001 From: peefy Date: Sat, 14 Sep 2024 13:49:09 +0800 Subject: [PATCH] chore: use latest cli on windows Signed-off-by: peefy --- .github/workflows/windows_test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows_test.yaml b/.github/workflows/windows_test.yaml index 9e25cb4b9..c2304e89e 100644 --- a/.github/workflows/windows_test.yaml +++ b/.github/workflows/windows_test.yaml @@ -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"