mirror of
https://github.com/LCEMP/LCEMP.git
synced 2026-04-23 07:24:14 +00:00
fix platform
This commit is contained in:
parent
43a27b7f80
commit
fc66a3a5d2
4
.github/workflows/build-channel.yml
vendored
4
.github/workflows/build-channel.yml
vendored
|
|
@ -92,7 +92,7 @@ jobs:
|
|||
/m `
|
||||
/t:Build `
|
||||
/p:Configuration=Release `
|
||||
/p:Platform=Windows64 `
|
||||
/p:Platform=x64 `
|
||||
/p:PlatformToolset=v143 `
|
||||
/p:PreferredToolArchitecture=x64 `
|
||||
/p:UseMultiToolTask=true `
|
||||
|
|
@ -303,7 +303,7 @@ jobs:
|
|||
/m `
|
||||
/t:Build `
|
||||
/p:Configuration=Release `
|
||||
/p:Platform=Windows64 `
|
||||
/p:Platform=x64 `
|
||||
/p:PlatformToolset=v143 `
|
||||
/p:PreferredToolArchitecture=x64 `
|
||||
/p:UseMultiToolTask=true `
|
||||
|
|
|
|||
Loading…
Reference in a new issue