This is an automated email from the ASF dual-hosted git repository.
markt-asf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-daemon.git
The following commit(s) were added to refs/heads/master by this push:
new 887e2e7 Update windows workflow for use with VisualStudio 2026
887e2e7 is described below
commit 887e2e74749fa01ed670759088b16d77414a1d33
Author: VladimĂr Chlup <[email protected]>
AuthorDate: Mon May 18 09:54:26 2026 +0200
Update windows workflow for use with VisualStudio 2026
---
.github/workflows/windows.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 992ee40..cd7a0a5 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -65,7 +65,7 @@ jobs:
shell: cmd
run: |
echo on
- call "C:\Program Files\Microsoft Visual
Studio\2022\Enterprise\Common7\Tools\VsDevCmd.bat" -arch=${{ matrix.arch }}
+ call "C:\Program Files\Microsoft Visual
Studio\18\Enterprise\Common7\Tools\VsDevCmd.bat" -arch=${{ matrix.arch }}
cd src/native/windows/apps/prunsrv
echo "Building prunsrv for ${{ matrix.arch }}"
nmake BUILD_CPU=${{ matrix.arch }}
@@ -73,7 +73,7 @@ jobs:
shell: cmd
run: |
echo on
- call "C:\Program Files\Microsoft Visual
Studio\2022\Enterprise\Common7\Tools\VsDevCmd.bat" -arch=${{ matrix.arch }}
+ call "C:\Program Files\Microsoft Visual
Studio\18\Enterprise\Common7\Tools\VsDevCmd.bat" -arch=${{ matrix.arch }}
cd src/native/windows/apps/prunmgr
echo "Building prunmgr for ${{ matrix.arch }}"
nmake BUILD_CPU=${{ matrix.arch }}