update ci

This commit is contained in:
RandomityGuy 2026-03-31 14:53:51 +01:00
parent d20015de69
commit bc7b6f9b9f

View file

@ -419,7 +419,7 @@ jobs:
haxe compile-c.hxml
cd native
HASHLINKPATH=~/deps/hashlink
MSBuild.exe -m -nologo -p:Configuration=Release -p:Platform=x64 -p:PlatformToolset=v142 -p:HASHLINK=$HASHLINKPATH marblegame.sln
MSBuild.exe -m -nologo -p:Configuration=Release -p:Platform=x64 -p:PlatformToolset=v142 -p:MultiProcessorCompilation=true -p:HASHLINK=$HASHLINKPATH marblegame.sln
- run:
name: Package app bundle
command: |