Skip to content

Commit

Permalink
feat: impl native toolchain and mod update APIs
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <xpf6677@163.com>
  • Loading branch information
Peefy committed May 28, 2024
1 parent 73ac29c commit a5d6976
Show file tree
Hide file tree
Showing 25 changed files with 1,338 additions and 48 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
go-version: 1.21

- name: Install KCL CLI
run: go install kcl-lang.io/cli/cmd/kcl@latest
run: go install kcl-lang.io/cli/cmd/kcl@main

- run: clang --version
- run: cargo --version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ubuntu_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: export PATH=$PATH:$PWD/../_build/dist/ubuntu/kclvm/bin && make test-runtime
shell: bash
- name: Install KCL CLI
run: go install kcl-lang.io/cli/cmd/kcl@latest
run: go install kcl-lang.io/cli/cmd/kcl@main

- name: Unit test
working-directory: ./kclvm
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
go-version: 1.21

- name: Install KCL
run: go install kcl-lang.io/cli/cmd/kcl@latest
run: go install kcl-lang.io/cli/cmd/kcl@main

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

Expand Down
Loading

0 comments on commit a5d6976

Please sign in to comment.