Skip to content

Commit

Permalink
Fix windows-32 build.
Browse files Browse the repository at this point in the history
  • Loading branch information
mity committed Dec 12, 2023
1 parent a9b0b45 commit 8c5e190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c5e190

Please sign in to comment.