File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,17 +84,17 @@ jobs:
8484 - uses : actions/checkout@v5
8585
8686 - name : Configure Win32 shared x86 library
87- run : cmake -B build-win32-shared-x86 -G "Visual Studio 17 2022" - A Win32 -D BUILD_SHARED_LIBS=ON
87+ run : cmake -B build-win32-shared-x86 -A Win32 -D BUILD_SHARED_LIBS=ON
8888 - name : Build Win32 shared x86 library
8989 run : cmake --build build-win32-shared-x86 --parallel
9090
9191 - name : Configure Win32 static x64 library
92- run : cmake -B build-win32-static-x64 -G "Visual Studio 17 2022" - A x64
92+ run : cmake -B build-win32-static-x64 -A x64
9393 - name : Build Win32 static x64 library
9494 run : cmake --build build-win32-static-x64 --parallel
9595
9696 - name : Configure Win32 shared x64 library
97- run : cmake -B build-win32-shared-x64 -G "Visual Studio 17 2022" - A x64 -D BUILD_SHARED_LIBS=ON
97+ run : cmake -B build-win32-shared-x64 -A x64 -D BUILD_SHARED_LIBS=ON
9898 - name : Build Win32 shared x64 library
9999 run : cmake --build build-win32-shared-x64 --parallel
100100
You can’t perform that action at this time.
0 commit comments