aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2026-04-03 14:26:51 +0200
committerChristian Clason <c.clason@uni-graz.at>2026-04-03 14:26:51 +0200
commit2598642600d38c37a0bfb1bdc5f3e55ba3f21bc1 (patch)
tree14cbd0d768c971709f3952af5712027b6b38e932
parentfix(yuck): improper use of supertypes in queries (diff)
downloadnvim-treesitter-ci/msvc.tar
nvim-treesitter-ci/msvc.tar.gz
nvim-treesitter-ci/msvc.tar.bz2
nvim-treesitter-ci/msvc.tar.lz
nvim-treesitter-ci/msvc.tar.xz
nvim-treesitter-ci/msvc.tar.zst
nvim-treesitter-ci/msvc.zip
ci(tests): remove ilammy/msvc-dev-cmdci/msvc
Problem: Action uses deprecated Node 20, and Windows runners have a current msvc build tools by default. Solution: Remove action.
-rw-r--r--.github/workflows/test-core.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/test-core.yml b/.github/workflows/test-core.yml
index 0910099c6..0332f479a 100644
--- a/.github/workflows/test-core.yml
+++ b/.github/workflows/test-core.yml
@@ -23,7 +23,6 @@ jobs:
steps:
- uses: actions/checkout@v6
- uses: tree-sitter/setup-action/cli@v2
- - uses: ilammy/msvc-dev-cmd@v1
- name: Install and prepare Neovim
env: