This commit is contained in:
Matthew Leibowitz 2025-12-05 15:09:11 +01:00 committed by GitHub
commit d4bf0af556
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -98,3 +98,8 @@ jobs:
- name: Build Win32 shared x64 library
run: cmake --build build-win32-shared-x64 --parallel
- name: Configure Win32 shared arm64 library
run: cmake -B build-win32-shared-arm64 -G "Visual Studio 17 2022" -A arm64 -D BUILD_SHARED_LIBS=ON
- name: Build Win32 shared arm64 library
run: cmake --build build-win32-shared-arm64 --parallel