This is an automated email from the ASF dual-hosted git repository.

lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 61f5df57d chore: remove unnecessary setup-msbuild step (#4149)
61f5df57d is described below

commit 61f5df57d78fc3527ef994943c294432e9675ae4
Author: David Li <[email protected]>
AuthorDate: Mon Mar 30 16:40:29 2026 +0900

    chore: remove unnecessary setup-msbuild step (#4149)
    
    This isn't in the ASF allowlist and it turns out we don't even use it.
---
 .github/workflows/native-windows.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.github/workflows/native-windows.yml 
b/.github/workflows/native-windows.yml
index 95712b75d..c7a1fbfae 100644
--- a/.github/workflows/native-windows.yml
+++ b/.github/workflows/native-windows.yml
@@ -374,8 +374,6 @@ jobs:
         with:
           fetch-depth: 0
           persist-credentials: false
-      - name: Add msbuild to PATH
-        uses: microsoft/setup-msbuild@30375c66a4eea26614e0d39710365f22f8b0af57 
# v3.0.0
       - name: Setup MSYS2 tools
         run: |
           # msys64 is pre-installed on windows but not added to path

Reply via email to