krb5 commit: Update CI for windows-2025 runner

ghudson at mit.edu ghudson at mit.edu
Wed Sep 17 19:59:04 EDT 2025


https://github.com/krb5/krb5/commit/4c836b880003a8960d95e93a6707110e3215774f
commit 4c836b880003a8960d95e93a6707110e3215774f
Author: Greg Hudson <ghudson at mit.edu>
Date:   Fri Aug 15 01:30:50 2025 -0400

    Update CI for windows-2025 runner

 .github/workflows/build.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index c16e77c43..f12422d19 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -67,18 +67,18 @@ jobs:
                 fi
 
     windows:
-        runs-on: windows-latest
+        runs-on: windows-2025
         env:
             KRB_INSTALL_DIR: C:\kfw
             OPENSSL_DIR: C:\Program Files\OpenSSL
-            OPENSSL_VERSION: 1_1
+            OPENSSL_VERSION: 3
         steps:
             - name: Checkout repository
               uses: actions/checkout at v1
             - name: Setup
-              shell: cmd
               run: |
-                mkdir %KRB_INSTALL_DIR%
+                mkdir "$env:KRB_INSTALL_DIR"
+                copy "$env:OPENSSL_DIR\lib\VC\x64\MD\libcrypto.lib" "$env:OPENSSL_DIR\lib"
             - uses: ilammy/msvc-dev-cmd at v1
               with:
                 arch: x64


More information about the cvs-krb5 mailing list