Skip to content

Commit

Permalink
fix(ci): add space to "Any CPU"
Browse files Browse the repository at this point in the history
Also *scream*
  • Loading branch information
ProbablePrime committed Dec 15, 2023
1 parent a8057f0 commit e677e1c
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 @@ -31,4 +31,4 @@ jobs:
run: nuget restore CSCore.sln
- name: Build Solution
run: |
msbuild.exe CSCore.sln /p:Platform="AnyCPU" /p:Configuration=Release
msbuild.exe CSCore.sln /p:Platform="Any CPU" /p:Configuration=Release

0 comments on commit e677e1c

Please sign in to comment.