Commit f8f53ca1 for xz

commit f8f53ca1fbe41e7a17844c762590c01eb701824c
Author: Lasse Collin <lasse.collin@tukaani.org>
Date:   Sat Aug 15 18:55:25 2026 +0300

    CI: MSVC: Build shared liblzma

diff --git a/.github/workflows/msvc.yml b/.github/workflows/msvc.yml
index 7c688741..2984745e 100644
--- a/.github/workflows/msvc.yml
+++ b/.github/workflows/msvc.yml
@@ -30,6 +30,7 @@ jobs:
           cmake
           -A Win32
           -B build-msvc-win32
+          -DBUILD_SHARED_LIBS=ON

       - name: Build Win32 Debug
         run: >
@@ -63,6 +64,7 @@ jobs:
           cmake
           -A x64
           -B build-msvc-x64
+          -DBUILD_SHARED_LIBS=ON

       - name: Build x64 Debug
         run: >
@@ -96,6 +98,7 @@ jobs:
           -T ClangCL
           -A x64
           -B build-clangcl-x64
+          -DBUILD_SHARED_LIBS=ON

       - name: Build ClangCL x64 Debug
         run: >