This is an automated email from the ASF dual-hosted git repository.
markt-asf pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-native.git
The following commit(s) were added to refs/heads/main by this push:
new bdc564a3b Update Visual Studio path to version 18
bdc564a3b is described below
commit bdc564a3b37fb533e7bda58cbfc487c072b7beea
Author: Mark Thomas <[email protected]>
AuthorDate: Thu May 14 16:00:28 2026 +0100
Update Visual Studio path to version 18
Actual image does not agree with docs.
---
.github/workflows/makefile.yml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml
index 867ee08bf..c1e10dcfb 100644
--- a/.github/workflows/makefile.yml
+++ b/.github/workflows/makefile.yml
@@ -56,13 +56,13 @@ jobs:
dir
cd "C:\Program Files\Microsoft Visual Studio\"
dir
- cd "C:\Program Files\Microsoft Visual Studio\2022\"
+ cd "C:\Program Files\Microsoft Visual Studio\18\"
dir
- cd "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\"
+ cd "C:\Program Files\Microsoft Visual Studio\18\Enterprise\"
dir
- cd "C:\Program Files\Microsoft Visual
Studio\2022\Enterprise\Common7\"
+ cd "C:\Program Files\Microsoft Visual Studio\18\Enterprise\Common7\"
dir
- cd "C:\Program Files\Microsoft Visual
Studio\2022\Enterprise\Common7\Tools\"
+ cd "C:\Program Files\Microsoft Visual
Studio\18\Enterprise\Common7\Tools\"
dir
- name: Build Openssl using Nmake and nasm
shell: cmd
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]