From 234d76709e8de5efe0357458e097b633a1886890 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Fri, 3 Apr 2026 14:26:51 +0200 Subject: [PATCH] ci(tests): remove ilammy/msvc-dev-cmd Problem: Action uses deprecated Node 20, and Windows runners have a current msvc build tools by default. Solution: Remove action. --- .github/workflows/test-core.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/test-core.yml b/.github/workflows/test-core.yml index 0910099c..0332f479 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: