Skip to content

Commit

Permalink
fix: index signature value symbol
Browse files Browse the repository at this point in the history
Signed-off-by: peefy <[email protected]>
  • Loading branch information
Peefy committed Sep 13, 2024
1 parent 7583408 commit 2eee9ba
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 @@ -24,7 +24,7 @@ jobs:
go-version: 1.21

- name: Install KCL CLI
run: go install kcl-lang.io/cli/cmd/kcl@main
run: go install kcl-lang.io/cli/cmd/kcl@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 @@ -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@main
run: go install kcl-lang.io/cli/cmd/kcl@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.21

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

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

Expand Down

0 comments on commit 2eee9ba

Please sign in to comment.