Skip to content

Commit

Permalink
chore: use main CLI
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 98cad75 commit 89b2b93
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/windows_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,7 @@ jobs:
go-version: 1.23

- name: Install KCL
shell: powershell
run: |
go install kcl-lang.io/cli/cmd/kcl@latest
$GoPath = go env GOPATH
$GoInstallBin = Join-Path $GoPath "bin"
$Env:PATH += ";$GoInstallBin"
$Env:PATH += ";${{ github.workspace }}\go\bin"
run: go install kcl-lang.io/cli/cmd/kcl@main

- uses: ilammy/msvc-dev-cmd@v1

Expand Down

0 comments on commit 89b2b93

Please sign in to comment.