Skip to content

Commit

Permalink
CI FIX: It's called Win32 not x32 apparently
Browse files Browse the repository at this point in the history
  • Loading branch information
MeFisto94 authored Jul 19, 2023
1 parent 705c406 commit 9bcf1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Prepare Build
run: nuget restore -OutputDirectory .\Packages EasyHook.sln
- name: Build x86
run: msbuild -m EasyHook.sln /p:Configuration=netfx4-Debug /p:Platform=x86 /p:TargetFrameworkVersion=v4.8 /p:TargetFrameworkProfile=""
run: msbuild -m EasyHook.sln /p:Configuration=netfx4-Debug /p:Platform=Win32 /p:TargetFrameworkVersion=v4.8 /p:TargetFrameworkProfile=""
- name: Build x64
run: msbuild -m EasyHook.sln /p:Configuration=netfx4-Debug /p:Platform=x64 /p:TargetFrameworkVersion=v4.8 /p:TargetFrameworkProfile=""
- name: Upload x86 Artifacts
Expand Down

0 comments on commit 9bcf1a6

Please sign in to comment.