Skip to content

Commit

Permalink
feat: update github workflow (#599)
Browse files Browse the repository at this point in the history
  • Loading branch information
He1pa committed Jul 10, 2023
1 parent 0a32341 commit fb180d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/macos_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
go-version: 1.19

- name: Install kpm
run: go install kusionstack.io/kpm@latest
run: go install kcl-lang.io/kpm@latest

- 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 @@ -42,7 +42,7 @@ jobs:
run: export PATH=$PATH:$PWD/../_build/dist/ubuntu/kclvm/bin && make install-rustc-wasm && make && make test-runtime
shell: bash
- name: Install kpm
run: go install kusionstack.io/kpm@latest
run: go install kcl-lang.io/kpm@latest

- 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.19

- name: Install kpm
run: go install kusionstack.io/kpm@latest
run: go install kcl-lang.io/kpm@latest

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

Expand Down

0 comments on commit fb180d0

Please sign in to comment.