Skip to content

Commit 3e26458

Browse files
committed
is it ever going to work someday?
1 parent 81077e5 commit 3e26458

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cmake-multi-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Build with CMake
4747
run: |
4848
if [[ "${{ matrix.os }}" == "windows-latest" ]]; then
49-
cmake --build build --config Release /m
49+
msbuild build/leanui_test.sln /m /p:Configuration=Release
5050
else
5151
cmake --build build --config Release -- -j$(nproc)
5252
fi

0 commit comments

Comments
 (0)