Commit 8c5e19063aebbe25e25b6f921d377079f9d02264

Martin Mitas 2023-12-12T19:56:56

Fix windows-32 build.

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml
index 5c54228..59378b0 100644
--- a/.github/workflows/ci-build.yml
+++ b/.github/workflows/ci-build.yml
@@ -36,7 +36,7 @@ jobs:
       - name: Configure
         run: cmake -DCMAKE_BUILD_TYPE=Release -G "Visual Studio 17 2022" -A Win32 .
       - name: Build
-        run: msbuild.exe md4c.sln.sln /p:Configuration=Release /p:Platform=Win32
+        run: msbuild.exe md4c.sln /p:Configuration=Release /p:Platform=Win32
 
   windows-64:
     runs-on: windows-latest