diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 26b5996..7760f48 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -88,9 +88,9 @@ jobs: run: | mkdir build cd build - cmake -G "Visual Studio 17 2022" -DCMAKE_CONFIGURATION_TYPES="Release" -DCMAKE_SYSTEM_VERSION=10.0 .. Rename-Item "$env:WXMSW3\lib\vc14x_dll" vc14x_x64_dll dir $env:WXMSW3\lib + cmake -G "Visual Studio 17 2022" -DCMAKE_CONFIGURATION_TYPES="Release" -DCMAKE_SYSTEM_VERSION=10.0 .. MSBuild.exe .\lk.sln /t:Build /p:Configuration=Release - name: Save static lib & lksandbox