Skip to content

Commit a117bf4

Browse files
committed
Specify build for x64
1 parent 4f606b5 commit a117bf4

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,10 @@ jobs:
2929

3030
- name: Install NuGet dependencies
3131
run: nuget restore usbip_win2.sln
32-
33-
3432

3533
- name: Build solution
3634
run: |
37-
msbuild usbip_win2.sln /p:Configuration=Release /m
35+
msbuild usbip_win2.sln /p:Configuration=Release /p:Platform=x64 /m
3836
ls .
3937
ls ./bin/
4038

usbip_win2.sln

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "wusbip", "userspace\wusbip\
5252
EndProject
5353
Global
5454
GlobalSection(SolutionConfigurationPlatforms) = preSolution
55-
Debug|ARM64 = Debug|ARM64
5655
Debug|x64 = Debug|x64
57-
Release|ARM64 = Release|ARM64
56+
Debug|ARM64 = Debug|ARM64
5857
Release|x64 = Release|x64
58+
Release|ARM64 = Release|ARM64
5959
EndGlobalSection
6060
GlobalSection(ProjectConfigurationPlatforms) = postSolution
6161
{36CEE68D-D6CF-4413-978C-794488F44555}.Debug|ARM64.ActiveCfg = Debug|ARM64

0 commit comments

Comments
 (0)