We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81077e5 commit 3e26458Copy full SHA for 3e26458
1 file changed
.github/workflows/cmake-multi-platform.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Build with CMake
47
run: |
48
if [[ "${{ matrix.os }}" == "windows-latest" ]]; then
49
- cmake --build build --config Release /m
+ msbuild build/leanui_test.sln /m /p:Configuration=Release
50
else
51
cmake --build build --config Release -- -j$(nproc)
52
fi
0 commit comments