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 2e886532e Fix directory navigation commands in makefile.yml
2e886532e is described below

commit 2e886532e17f8dff14de984b9ff93a8dba168f9c
Author: Mark Thomas <[email protected]>
AuthorDate: Thu May 14 15:56:57 2026 +0100

    Fix directory navigation commands in makefile.yml
---
 .github/workflows/makefile.yml | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/makefile.yml b/.github/workflows/makefile.yml
index 33cbe09ac..867ee08bf 100644
--- a/.github/workflows/makefile.yml
+++ b/.github/workflows/makefile.yml
@@ -52,17 +52,17 @@ jobs:
            dir
            cd "C:\"
            dir
-           "C:\Program Files\"
+           cd "C:\Program Files\"
            dir
-           "C:\Program Files\Microsoft Visual Studio\"
+           cd "C:\Program Files\Microsoft Visual Studio\"
            dir
-           "C:\Program Files\Microsoft Visual Studio\2022\"
+           cd "C:\Program Files\Microsoft Visual Studio\2022\"
            dir
-           "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\"
+           cd "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\"
            dir
-           "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\Common7\"
+           cd "C:\Program Files\Microsoft Visual 
Studio\2022\Enterprise\Common7\"
            dir
-           "C:\Program Files\Microsoft Visual 
Studio\2022\Enterprise\Common7\Tools\"
+           cd "C:\Program Files\Microsoft Visual 
Studio\2022\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]

Reply via email to